diff options
author | Vitalik Buterin <v@buterin.com> | 2014-01-01 08:04:48 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2014-01-01 08:04:48 +0800 |
commit | ef6c5506c3fcdecf779184ad81d92db9315c2488 (patch) | |
tree | f9ad8d05ca6c8a71203fdb6311d1aef0e4c35a1e | |
parent | 345e4bcfefb45a66a09b1761570405a03c67b9d2 (diff) | |
download | go-tangerine-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.gz go-tangerine-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.zst go-tangerine-ef6c5506c3fcdecf779184ad81d92db9315c2488.zip |
Fixed tests a bit
-rw-r--r-- | rlptest.txt | 2 | ||||
-rw-r--r-- | trietest.txt | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/rlptest.txt b/rlptest.txt index 6767c2370..f8f86fba3 100644 --- a/rlptest.txt +++ b/rlptest.txt @@ -33,7 +33,7 @@ ], [ 115792089237316195423570985008687907853269984665640564039457584007913129639936, - "38010000000000000000000000000000000000000000000000000000000000000000" + "3821010000000000000000000000000000000000000000000000000000000000000000" ], [ [ 1, 2, [] ], diff --git a/trietest.txt b/trietest.txt index b816ba10e..c2f3a9aab 100644 --- a/trietest.txt +++ b/trietest.txt @@ -1,9 +1,11 @@ [ - { - "do": "verb", - "horse": "stallion", - "doge": "coin", - "dog": "puppy" - }, - "6529010d2a2f633bfe03e7a3a3503e5a5bccd1ca49989ac0fb195fd022c6cc93" + [ + { + "do": "verb", + "horse": "stallion", + "doge": "coin", + "dog": "puppy" + }, + "6529010d2a2f633bfe03e7a3a3503e5a5bccd1ca49989ac0fb195fd022c6cc93" + ] ] |