fixed test
Former-commit-id: 702d0066c7ed9ef019620e4f00e690c1cd730f91
This commit is contained in:
parent
b007c7225f
commit
f91c3d9d62
@ -55,7 +55,7 @@ impl Engine for InstantSeal {
|
||||
}
|
||||
|
||||
fn schedule(&self, _env_info: &EnvInfo) -> Schedule {
|
||||
Schedule::new_homestead()
|
||||
Schedule::new_post_eip150(usize::max_value(), false, false, false)
|
||||
}
|
||||
|
||||
fn is_sealer(&self, _author: &Address) -> Option<bool> { Some(true) }
|
||||
|
Loading…
Reference in New Issue
Block a user