diff options
author | Dimitry <dimitry@ethereum.org> | 2018-11-20 02:28:33 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-11-20 02:28:33 +0800 |
commit | e091b9be7a31d1985e685991c05ea3f9b548bddc (patch) | |
tree | 287faa33d20d47a163e0b8088540f48544da9598 /src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json | |
parent | 03f578c27bf5a58ba8d88df4a01b5395470f7bfe (diff) | |
download | dexon-tests-consttransition.tar.gz dexon-tests-consttransition.tar.zst dexon-tests-consttransition.zip |
fix blockchain tests expect section json scheme checkconsttransition
more info when scheme check errors
Diffstat (limited to 'src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json index 41e5fe3d5..0c7f0f11c 100644 --- a/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json +++ b/src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json @@ -27,12 +27,12 @@ }, "1000000000000000000000000000000000000007" : { "storage" : { - "0x" : "10000000000" + "0x00" : "10000000000" } }, "1000000000000000000000000000000000000008" : { "storage" : { - "0x" : "0" + "0x00" : "0" } }, "bf4ed7b27f1d666546e30d74d50d173d20bca754" : { |