mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Format chainparams fields properly in tests
This commit is contained in:
parent
37365478c1
commit
fe947006ff
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user