diff options
author | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-05-30 05:16:32 +0800 |
---|---|---|
committer | Everett Hildenbrandt <hildenb2@illinois.edu> | 2018-05-30 05:19:58 +0800 |
commit | 41097bcf4a00a30f36eab4107661e1355331fea6 (patch) | |
tree | 5d8003d5b7c13e29d579ebd531d42014c23e3cad /src/BlockchainTestsFiller/bcUncleTest | |
parent | 6557c00e32c6057d5fa349c6a990ca975d75a3e8 (diff) | |
download | dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar.gz dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar.bz2 dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar.lz dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar.xz dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.tar.zst dexon-tests-41097bcf4a00a30f36eab4107661e1355331fea6.zip |
src/BlockchainTestsFiller: fixing issues with blockchain test fillers
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleTest')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json | 2 | ||||
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json index bab8d8506..2a9136405 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json +++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2ByzantiumFiller.json @@ -60,7 +60,7 @@ "expectExceptionEIP150" : "InvalidStateRoot", "expectExceptionEIP158" : "InvalidStateRoot", "blockHeader" : { - "stateRoot" : "e1aff725a27c18dbb8d70c2d0e049511dabba2f595c20f7c67ad4026d6275f88", + "stateRoot" : "0xe1aff725a27c18dbb8d70c2d0e049511dabba2f595c20f7c67ad4026d6275f88", "updatePoW" : "1" }, "transactions" : [ diff --git a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json index 7fe1ec8b9..3cfaa44a1 100644 --- a/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json +++ b/src/BlockchainTestsFiller/bcUncleTest/uncleHeaderAtBlock2Filler.json @@ -69,7 +69,7 @@ "expectExceptionByzantium" : "InvalidStateRoot", "expectExceptionConstantinople" : "InvalidStateRoot", "blockHeader" : { - "stateRoot" : "6ff22555fde6fe93e5b412a8691287a5be5708246adfd0c599604849925fcc34", + "stateRoot" : "0x6ff22555fde6fe93e5b412a8691287a5be5708246adfd0c599604849925fcc34", "updatePoW" : "1" }, "transactions" : [ |