diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-05-12 18:45:37 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-05-24 20:37:48 +0800 |
commit | 89c3e4073d2f5379c788b5c33a2b84a2675bd54f (patch) | |
tree | 9da81ac1e6af8f03ce8f3f746eda95671652ffbb /src/GeneralStateTestsFiller | |
parent | 00fd1fe8d0367a465ac4c420ff8adbd71575a832 (diff) | |
download | dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar.gz dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar.bz2 dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar.lz dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar.xz dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.tar.zst dexon-tests-89c3e4073d2f5379c788b5c33a2b84a2675bd54f.zip |
Fix LLL
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r-- | src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFilter.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFilter.json b/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFilter.json index 0c80170a9..63e96a704 100644 --- a/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFilter.json +++ b/src/GeneralStateTestsFiller/stReturnDataTest/returndatacopy_initialFilter.json @@ -41,7 +41,7 @@ "pre" : { "0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "0x0de0b6b3a7640000", - "code" : "(MSTORE 0 0x112233445566778899aabbccddeeff) (RETURNDATACOPY 32 0 0) (MLOAD 0) (SSTORE 0)", + "code" : "(MSTORE 0 0x112233445566778899aabbccddeeff) (RETURNDATACOPY 32 0 0) (SSTORE 0 (MLOAD 0))", "nonce" : "0x00", "storage" : { "0x00" : "0x01" |