diff options
author | Vitalik Buterin <v@buterin.com> | 2015-03-03 19:24:28 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2015-03-03 19:24:28 +0800 |
commit | 998e2756b5491c760f6624c62ebc09e86197c31f (patch) | |
tree | 825b0618c3a8325afad15f9fda82a3b4099691b2 | |
parent | 089e34691d48f856ae2b4980d58f3d5e85135735 (diff) | |
download | dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar.gz dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar.bz2 dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar.lz dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar.xz dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.tar.zst dexon-tests-998e2756b5491c760f6624c62ebc09e86197c31f.zip |
renamed
-rw-r--r-- | TrieTests/hex_encoded_securetrie_test.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TrieTests/hex_encoded_securetrie_test.json b/TrieTests/hex_encoded_securetrie_test.json index 0eff8da04..a0424fb61 100644 --- a/TrieTests/hex_encoded_securetrie_test.json +++ b/TrieTests/hex_encoded_securetrie_test.json @@ -1,6 +1,6 @@ { "test1": { - "data": [ + "in": [ [ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0xf848018405f446a7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" @@ -22,7 +22,7 @@ "0xf8478083019a59a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470" ] ], - "result": "0x730a444e08ab4b8dee147c9b232fc52d34a223d600031c1e9d25bfc985cbd797", + "root": "0x730a444e08ab4b8dee147c9b232fc52d34a223d600031c1e9d25bfc985cbd797", "hexEncoded": true }, } |