diff options
author | chriseth <chris@ethereum.org> | 2018-06-25 21:01:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 21:01:12 +0800 |
commit | b7003505c46942ca2ee4e5317d14f421d5b9bc6d (patch) | |
tree | cdfc589e269f72bcd09e537f97153171a5873aa6 | |
parent | 9b67bdb3f47754006e8c3d93cd72db2f0700b073 (diff) | |
parent | f44561aeebf4685364d2e3b9cbff1382ba1f6507 (diff) | |
download | dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar.gz dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar.bz2 dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar.lz dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar.xz dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.tar.zst dexon-solidity-b7003505c46942ca2ee4e5317d14f421d5b9bc6d.zip |
Merge pull request #4347 from ethereum/fix-end2endtest-against-latest-cpp-client
Fixes soltest run against "recent" cpp-ethereum builds.
-rw-r--r-- | test/RPCSession.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp index 4671edf4..160b0047 100644 --- a/test/RPCSession.cpp +++ b/test/RPCSession.cpp @@ -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": { |