mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
test: change RPC settings to see if they have effects during testing
This commit is contained in:
parent
a1da03328a
commit
f6f271df8a
@ -220,7 +220,10 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
|
||||
"accountStartNonce": "0x",
|
||||
"maximumExtraDataSize": "0x1000000",
|
||||
"blockReward": "0x",
|
||||
"allowFutureBlocks": "1"
|
||||
"allowFutureBlocks": "1",
|
||||
"homsteadForkBlock": "0x00",
|
||||
"EIP150ForkBlock": "0x00",
|
||||
"EIP158ForkBlock": "0x00"
|
||||
},
|
||||
"genesis": {
|
||||
"author": "0000000000000010000000000000000000000000",
|
||||
|
Loading…
Reference in New Issue
Block a user