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",
"params": {
"accountStartNonce": "0x",
"accountStartNonce": "0x00",
"maximumExtraDataSize": "0x1000000",
"blockReward": "0x",
"allowFutureBlocks": "1",
"homsteadForkBlock": "0x00",
"allowFutureBlocks": true,
"homesteadForkBlock": "0x00",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0x00"
},