diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-03-22 18:31:14 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-03-22 18:31:14 +0800 |
commit | 8704ccb8cdf34e71fa8f450bc83bb5d92f198acc (patch) | |
tree | 3a61bb37e41ec5d5888efcf0fd4e25bb08d90ad5 /src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json | |
parent | 80bc4e1d6aed9cfd92938c42c976997d5d05bf47 (diff) | |
download | tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar.gz tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar.bz2 tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar.lz tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar.xz tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.tar.zst tangerine-tests-8704ccb8cdf34e71fa8f450bc83bb5d92f198acc.zip |
Rename duplicated keys in filler JSON files
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json index c66eb4a5c..669a84783 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_CheckOpcodesFiller.json @@ -76,7 +76,7 @@ "1000000000000000000000000000000000000000" : { "balance" : "0", "nonce" : "0", - "code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall", + "// code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall", "code" : "{ [[1]] (STATICCALL 100000 (CALLDATALOAD 0) 0 0 0 0) }", "storage": { } @@ -91,7 +91,7 @@ "1000000000000000000000000000000000000002" : { "balance" : "0", "nonce" : "0", - "code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall", + "// code" : "check ORIGIN, CALLER, ADDRESS, CALLVALUE inside staticcall", "code" : "{ (STATICCALL 100000 0x1000000000000000000000000000000000000003 0 0 0 0) }", "storage": { } |