diff options
author | vbuterin <v@buterin.com> | 2014-10-07 12:52:43 +0800 |
---|---|---|
committer | vbuterin <v@buterin.com> | 2014-10-07 12:52:43 +0800 |
commit | 3b0ec436e4c6808f98f1bc5bb5c66b4d2be4b4be (patch) | |
tree | eb7033ce8648e5bebad9405d29841b357aaf33a6 /vmtests/vmBlockInfoTest.json | |
parent | aec3252b8e9f6d37b5cf3dbe0c1678e08929d291 (diff) | |
parent | 222068b9bac6c386e499cb6b0fc2af562fcd309e (diff) | |
download | go-tangerine-3b0ec436e4c6808f98f1bc5bb5c66b4d2be4b4be.tar.gz go-tangerine-3b0ec436e4c6808f98f1bc5bb5c66b4d2be4b4be.tar.zst go-tangerine-3b0ec436e4c6808f98f1bc5bb5c66b4d2be4b4be.zip |
Merge pull request #15 from CJentzsch/develop
corrected tests and different style for storage
Diffstat (limited to 'vmtests/vmBlockInfoTest.json')
-rw-r--r-- | vmtests/vmBlockInfoTest.json | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/vmtests/vmBlockInfoTest.json b/vmtests/vmBlockInfoTest.json index 72c1d7bb8..f22060dd3 100644 --- a/vmtests/vmBlockInfoTest.json +++ b/vmtests/vmBlockInfoTest.json @@ -28,9 +28,7 @@ "code" : "0x41600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" - ] + "0x" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" } } }, @@ -73,9 +71,7 @@ "code" : "0x44600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x0100" - ] + "0x" : "0x0100" } } }, @@ -118,9 +114,7 @@ "code" : "0x45600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x0f4240" - ] + "0x" : "0x0f4240" } } }, @@ -205,9 +199,7 @@ "code" : "0x40600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - ] + "0x" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" } } }, @@ -250,9 +242,7 @@ "code" : "0x42600057", "nonce" : "0", "storage" : { - "0x" : [ - "0x01" - ] + "0x" : "0x01" } } }, |