Format chainparams fields properly in tests

This commit is contained in:
Alex Beregszaszi 2017-09-13 11:34:40 +01:00
parent 37365478c1
commit fe947006ff

View File

@ -217,11 +217,11 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
{ {
"sealEngine": "NoProof", "sealEngine": "NoProof",
"params": { "params": {
"accountStartNonce": "0x", "accountStartNonce": "0x00",
"maximumExtraDataSize": "0x1000000", "maximumExtraDataSize": "0x1000000",
"blockReward": "0x", "blockReward": "0x",
"allowFutureBlocks": "1", "allowFutureBlocks": true,
"homsteadForkBlock": "0x00", "homesteadForkBlock": "0x00",
"EIP150ForkBlock": "0x00", "EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00" "EIP158ForkBlock": "0x00"
}, },