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/stWalletTest/walletConstructionOOGFiller.json | |
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/stWalletTest/walletConstructionOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stWalletTest/walletConstructionOOGFiller.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stWalletTest/walletConstructionOOGFiller.json b/src/GeneralStateTestsFiller/stWalletTest/walletConstructionOOGFiller.json index af6f21633..174da52c6 100644 --- a/src/GeneralStateTestsFiller/stWalletTest/walletConstructionOOGFiller.json +++ b/src/GeneralStateTestsFiller/stWalletTest/walletConstructionOOGFiller.json @@ -38,7 +38,7 @@ "storage" : { "0x00" : "0x01", "0x01" : "0x01", - "0x0107" : "0", + "0x0107" : "0x00", "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x6e369836487c234b9e553ef3f787c2d8865520739d340c67b3d251a33986e58d" : "0x01" } @@ -74,7 +74,7 @@ "storage" : { "0x00" : "0x01", "0x01" : "0x01", - "0x0107" : "0", + "0x0107" : "0x00", "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x6e369836487c234b9e553ef3f787c2d8865520739d340c67b3d251a33986e58d" : "0x01" } @@ -110,7 +110,7 @@ "storage" : { "0x00" : "0x01", "0x01" : "0x01", - "0x0107" : "0", + "0x0107" : "0x00", "0x03" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x6e369836487c234b9e553ef3f787c2d8865520739d340c67b3d251a33986e58d" : "0x01" } |