diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json index 5e7133ca7..b76752c1e 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json @@ -27,12 +27,20 @@ } }, { - "network" : ["Homestead", "Byzantium", "EIP150", "EIP158"], + "network" : ["Homestead", "EIP150", "EIP158"], "result" : { "8888f1f195afa192cfee860698584c030f4c9db1" : { "balance" : "5000000000000000000" } } + }, + { + "network" : ["Byzantium"], + "result" : { + "8888f1f195afa192cfee860698584c030f4c9db1" : { + "balance" : "3000000000000000000" + } + } } ], "pre" : { |