update schedule

This commit is contained in:
keorn 2016-11-04 15:04:19 +00:00
parent 9de910cf9c
commit 0e5060db18
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ impl Engine for AuthorityRound {
fn extra_info(&self, _header: &Header) -> HashMap<String, String> { hash_map!["signature".to_owned() => "TODO".to_owned()] }
fn schedule(&self, _env_info: &EnvInfo) -> Schedule {
Schedule::new_homestead()
Schedule::new_post_eip150(true, true, true)
}
fn populate_from_parent(&self, header: &mut Header, parent: &Header, gas_floor_target: U256, _gas_ceil_target: U256) {