Update test client with max code size

This commit is contained in:
Arkadiy Paronyan 2016-11-15 19:48:15 +01:00 committed by GitHub
parent e795f84664
commit 4016c58ee9
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ pub fn get_temp_state_db() -> GuardedTempResult<StateDB> {
impl MiningBlockChainClient for TestBlockChainClient {
fn latest_schedule(&self) -> Schedule {
Schedule::new_post_eip150(23999, true, true, true)
Schedule::new_post_eip150(24576, true, true, true)
}
fn prepare_open_block(&self, author: Address, gas_range_target: (U256, U256), extra_data: Bytes) -> OpenBlock {