diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-08-04 22:35:12 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-08-04 22:35:12 +0800 |
commit | 7f1e98b2a5d586489ca95d5085bd12e006744103 (patch) | |
tree | 4bcea7eb1fe574e0bcd2b9b2f86a9b199c3d50ef /src/GeneralStateTestsFiller | |
parent | 1d36e6f054bca6aba4ffce6b5cf885ea3afe2c3f (diff) | |
download | dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar.gz dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar.bz2 dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar.lz dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar.xz dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.tar.zst dexon-tests-7f1e98b2a5d586489ca95d5085bd12e006744103.zip |
Fix the filler as well
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json index 4af59b7e0..2e649ac3c 100644 --- a/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json +++ b/src/GeneralStateTestsFiller/stCallCreateCallCodeTest/createJS_ExampleContractFiller.json @@ -15,7 +15,11 @@ "result" : { "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { "storage" : { - } + "0x00" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x01" : "0x42", + "0x02" : "0x23", + "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0x05" : "0x03e8" } } } }, |