mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes soltest against "recent" cpp-ethereum builds.
For me, it looks like the following Git commit has introduced this behaviour:
42b927d7aa
This commit adds dummy values for `mixHash` and `nonce` (inspired by values were cpp-ethereum's own tests),
and now, soltest runs fine again.
This commit is contained in:
parent
9b67bdb3f4
commit
f44561aeeb
@ -245,6 +245,8 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
|
||||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"extraData": "0x",
|
||||
"gasLimit": "0x1000000000000",
|
||||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"nonce": "0x0000000000000042",
|
||||
"difficulty": "1"
|
||||
},
|
||||
"accounts": {
|
||||
|
Loading…
Reference in New Issue
Block a user