diff options
author | cdetrio <cdetrio@gmail.com> | 2017-08-08 07:47:08 +0800 |
---|---|---|
committer | cdetrio <cdetrio@gmail.com> | 2017-08-08 07:59:44 +0800 |
commit | 32bc4e3db1a339ee7c79f3343861d2c78e924816 (patch) | |
tree | 02ff8ca6818d3fcc1531273474e1488fcb04e697 /src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json | |
parent | 8625893812ec08042ac85f5e33c579dbaecbceb0 (diff) | |
download | dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.gz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.bz2 dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.lz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.xz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.zst dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.zip |
use hex for storage keys and values in state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json index 9feceb53f..c8d563e39 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json @@ -46,7 +46,7 @@ "code" : "{ (JUMPDEST) (MSTORE 0 (- (CALLDATALOAD 0) 1)) (STATICCALL 50000 0xb000000000000000000000000000000000000000 0 0 0 0) (JUMPI 0 (MLOAD 0))}", "nonce" : "0", "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } }, "b000000000000000000000000000000000000000" : { |