Update test client with max code size

Former-commit-id: 36244abbe86c4620fbfd258a382be819cae4145c
This commit is contained in:
Arkadiy Paronyan 2016-11-15 19:48:15 +01:00 committed by arkpar
parent f91c3d9d62
commit f3693a0a43

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 {