diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-04-28 13:57:08 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-04-28 13:57:08 +0800 |
commit | e5f82443b1bfa52e4cfb90abd061a427b8cf83ac (patch) | |
tree | 224cdd8ba18d6446c5039bbadf8b68bc55c7928d /StateTests/stRefundTest.json | |
parent | f1fbef3a27217dd21bec20be7b98bfdd5fc2f413 (diff) | |
download | dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar.gz dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar.bz2 dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar.lz dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar.xz dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.tar.zst dexon-tests-e5f82443b1bfa52e4cfb90abd061a427b8cf83ac.zip |
update state tests to new hex style
Diffstat (limited to 'StateTests/stRefundTest.json')
-rw-r--r-- | StateTests/stRefundTest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StateTests/stRefundTest.json b/StateTests/stRefundTest.json index 15a48a591..932fe239f 100644 --- a/StateTests/stRefundTest.json +++ b/StateTests/stRefundTest.json @@ -373,7 +373,7 @@ "code" : "0x6000600060006000600073aaae7baea6a6c7c4c2dfeb977efac326af552aaa61157cf1600055", "nonce" : "0x00", "storage" : { - "0x" : "0x01", + "0x00" : "0x01", "0x01" : "0x01" } }, @@ -613,7 +613,7 @@ "code" : "0x6000600060006000600073aaae7baea6a6c7c4c2dfeb977efac326af552aaa6101f4f1600055", "nonce" : "0x00", "storage" : { - "0x" : "0x01", + "0x00" : "0x01", "0x01" : "0x01" } }, @@ -685,7 +685,7 @@ "code" : "0x6000600060006000600073aaae7baea6a6c7c4c2dfeb977efac326af552aaa6101f4f1600055", "nonce" : "0x00", "storage" : { - "0x" : "0x01", + "0x00" : "0x01", "0x01" : "0x01" } }, @@ -758,7 +758,7 @@ "code" : "0x6000600060006000600073aaae7baea6a6c7c4c2dfeb977efac326af552aaa6101f4f16000556000600060006000600073aaae7baea6a6c7c4c2dfeb977efac326af552aaa6101f4f1", "nonce" : "0x00", "storage" : { - "0x" : "0x01", + "0x00" : "0x01", "0x01" : "0x01" } }, |