test: change RPC settings to see if they have effects during testing

This commit is contained in:
Yoichi Hirai 2017-01-18 16:56:10 +01:00 committed by chriseth
parent a1da03328a
commit f6f271df8a

View File

@ -220,7 +220,10 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
"accountStartNonce": "0x",
"maximumExtraDataSize": "0x1000000",
"blockReward": "0x",
"allowFutureBlocks": "1"
"allowFutureBlocks": "1",
"homsteadForkBlock": "0x00",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00"
},
"genesis": {
"author": "0000000000000010000000000000000000000000",