diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-05 06:18:24 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-05 06:18:24 +0800 |
commit | 4b7bd36c65a66c34a13a5931690f4ea1d65b561e (patch) | |
tree | 30d302e96dafcc9bcb9d239e969d68152f121d09 /src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json | |
parent | a98cd15d6c8ab09afd369b4233a901af796ea54a (diff) | |
download | dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar.gz dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar.bz2 dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar.lz dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar.xz dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.tar.zst dexon-tests-4b7bd36c65a66c34a13a5931690f4ea1d65b561e.zip |
update stRevertTest fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json index 47b0db599..f89326f9c 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateOOGFiller.json @@ -16,7 +16,7 @@ "gas" : 1, "value" : 0 }, - "network" : ["EIP158"], + "network" : [">=EIP158"], "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "nonce" : "1" @@ -92,7 +92,7 @@ "gas" : 1, "value" : 0 }, - "network" : ["ALL"], + "network" : [">Frontier"], "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "shouldnotexist" : "1" @@ -116,7 +116,7 @@ "gas" : 0, "value" : 0 }, - "network" : ["ALL"], + "network" : [">=Frontier"], "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "shouldnotexist" : "1" |