diff options
author | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-08-03 17:48:53 +0800 |
commit | 400b1a86d4b13b46e8f13ca65dd206bc46120495 (patch) | |
tree | 7c91a19f25dc0a6fd2a8520989373d1ec3d3daf6 /src/BlockchainTestsFiller/bcInvalidHeaderTest | |
parent | 8736b076d5f94b29a1fbcf191368e94eae3a9eef (diff) | |
download | dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.gz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.bz2 dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.lz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.xz dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.tar.zst dexon-tests-400b1a86d4b13b46e8f13ca65dd206bc46120495.zip |
split metropolis
Diffstat (limited to 'src/BlockchainTestsFiller/bcInvalidHeaderTest')
-rw-r--r-- | src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json index 77a326828..545f65cbd 100644 --- a/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json +++ b/src/BlockchainTestsFiller/bcInvalidHeaderTest/wrongCoinbaseFiller.json @@ -47,7 +47,8 @@ "expectExceptionHomestead" : "InvalidReceiptsStateRoot", "expectExceptionEIP150" : "InvalidReceiptsStateRoot", "expectExceptionEIP158" : "InvalidReceiptsStateRoot", - "expectExceptionMetropolis" : "InvalidStateRoot", + "expectExceptionByzantium" : "InvalidStateRoot", + "expectExceptionConstantinople" : "InvalidStateRoot", "blockHeader" : { "coinbase" : "9888f1f195afa192cfee860698584c030f4c9db1", "updatePoW" : "1" |