Format chainparams fields properly in tests

This commit is contained in:
Alex Beregszaszi
2017-10-03 10:45:00 +01:00
parent 37365478c1
commit fe947006ff
+3 -3
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"
},