diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-03 23:36:10 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-03 23:36:10 +0800 |
commit | c6ea53a574a8a7716b4109f3afeb2580a914c2b4 (patch) | |
tree | ddbc9825a529d13a7ecebed1606012f8ad33b778 /src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json | |
parent | 55946c752613a5392c6b347d0a74956ffb361bd7 (diff) | |
download | dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.gz dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.bz2 dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.lz dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.xz dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.zst dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.zip |
create2 OOG tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json b/src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json index fb8031b85..5325911cc 100644 --- a/src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json +++ b/src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json @@ -42,7 +42,8 @@ "network" : [">=Constantinople"], "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { - "shouldnotexist" : "1" + "balance" : "1", + "nonce" : "2" }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "nonce" : "1" |