bump dev chain

This commit is contained in:
keorn
2016-12-14 11:34:19 +01:00
parent 1a9a142a69
commit e1d83d15b7
3 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ impl Engine for InstantSeal {
}
fn schedule(&self, _env_info: &EnvInfo) -> Schedule {
Schedule::new_post_eip150(usize::max_value(), false, false, false)
Schedule::new_post_eip150(usize::max_value(), true, true, true)
}
fn is_sealer(&self, _author: &Address) -> Option<bool> { Some(true) }