This commit is contained in:
Arkadiy Paronyan 2016-11-16 08:47:50 +01:00 committed by GitHub
parent b7a76be23a
commit df1fbf50d8
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ impl Engine for AuthorityRound {
}
fn schedule(&self, _env_info: &EnvInfo) -> Schedule {
Schedule::new_post_eip150(true, true, true)
Schedule::new_post_eip150(usize::max_value(), true, true, true)
}
fn populate_from_parent(&self, header: &mut Header, parent: &Header, gas_floor_target: U256, _gas_ceil_target: U256) {