diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:05:58 +0800 |
commit | c083eed5a526f3587c424dd1e2622f81a9ae2878 (patch) | |
tree | 2890d1d19d90bd21c771cc9e1b488fd8989dc1f0 /src/GeneralStateTestsFiller/stTransactionTest | |
parent | 12f89dbb67710780370ddf21ce3702ef8059d547 (diff) | |
download | dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.gz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.bz2 dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.lz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.xz dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.tar.zst dexon-tests-c083eed5a526f3587c424dd1e2622f81a9ae2878.zip |
Fixing errors from JSONSchema/st-filler-schema.json
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest')
4 files changed, 8 insertions, 8 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json index be7fb0668..337fa7199 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/ContractStoreClearsOOGFiller.json @@ -22,7 +22,7 @@ }, "d2571607e241ecf590ed94b12d87c94babe36db6" : { "storage" : { - "0x" : "0x0c", + "0x00" : "0x0c", "0x01" : "0x0c", "0x02" : "0x0c", "0x03" : "0x0c", @@ -79,4 +79,4 @@ ] } } -}
\ No newline at end of file +} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json index 783b320cc..26a5e2eda 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/CreateMessageSuccessFiller.json @@ -23,7 +23,7 @@ }, "f1ecf98489fa9ed60a664fc4998db699cfa39d40" : { "storage" : { - "0x" : "0x0c" + "0x00" : "0x0c" } } } @@ -61,4 +61,4 @@ ] } } -}
\ No newline at end of file +} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json index 71bdd259b..2cb212884 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/InternlCallStoreClearsOOGFiller.json @@ -20,7 +20,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", "storage" : { - "0x" : "0x0c", + "0x00" : "0x0c", "0x01" : "0x0c", "0x02" : "0x0c", "0x03" : "0x0c", @@ -91,4 +91,4 @@ ] } } -}
\ No newline at end of file +} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json index 5566cf520..658695738 100644 --- a/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stTransactionTest/StoreClearsAndInternlCallStoreClearsOOGFiller.json @@ -20,7 +20,7 @@ "0000000000000000000000000000000000000000" : { "balance" : "0", "storage" : { - "0x" : "0x0c", + "0x00" : "0x0c", "0x01" : "0x0c", "0x02" : "0x0c", "0x03" : "0x0c", @@ -98,4 +98,4 @@ ] } } -}
\ No newline at end of file +} |