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",
|
"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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user