diff options
author | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2017-10-07 03:59:28 +0800 |
commit | 8a53efa84c102c2c547692e47778e5a5e45cb126 (patch) | |
tree | 0dd31a83b47bef4a980862aa90a2328539e88995 /src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json | |
parent | adaa3459f1f381370d56a4449927da97a28ad731 (diff) | |
download | tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.gz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.bz2 tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.lz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.xz tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.tar.zst tangerine-tests-8a53efa84c102c2c547692e47778e5a5e45cb126.zip |
refill all the tests
Diffstat (limited to 'src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json index ba6811da9..b9fc9939d 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json @@ -27,12 +27,20 @@ } }, { - "network" : ["Homestead", "EIP150", "EIP158", "Byzantium"], + "network" : ["Homestead", "EIP150", "EIP158"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000005000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "3000000000005000000" + } + } } ], "pre" : { |