diff options
author | Dimitry <dimitry@ethereum.org> | 2018-01-31 20:50:08 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-01-31 20:50:08 +0800 |
commit | 4a0472b28665cf4861a2c8b0fff29b0d441e83db (patch) | |
tree | 17c2cea41cb000f8ce814537bc714f62a846ba9b /src/GeneralStateTestsFiller/stCallCreateCallCodeTest | |
parent | ac52518384d1e4bfb639642825a88f6d69756bca (diff) | |
download | dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar.gz dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar.bz2 dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar.lz dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar.xz dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.tar.zst dexon-tests-4a0472b28665cf4861a2c8b0fff29b0d441e83db.zip |
refill stCallCreateCallCodeTest
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCreateCallCodeTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevelFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevelFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevelFiller.json index 0f4ba429a..a1ec7c300 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevelFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/callWithHighValueAndOOGatTxLevelFiller.json @@ -11,7 +11,7 @@ "expect" : [ { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["Frontier", ">=Byzantium"], + "network" : ["Frontier"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { @@ -24,7 +24,7 @@ }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, - "network" : ["EIP158", "EIP150" ], + "network" : [ ">=Byzantium" ], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "storage" : { |