aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitalik Buterin <v@buterin.com>2014-01-01 08:04:48 +0800
committerVitalik Buterin <v@buterin.com>2014-01-01 08:04:48 +0800
commitef6c5506c3fcdecf779184ad81d92db9315c2488 (patch)
treef9ad8d05ca6c8a71203fdb6311d1aef0e4c35a1e
parent345e4bcfefb45a66a09b1761570405a03c67b9d2 (diff)
downloaddexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.gz
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.bz2
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.lz
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.xz
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.tar.zst
dexon-tests-ef6c5506c3fcdecf779184ad81d92db9315c2488.zip
Fixed tests a bit
-rw-r--r--rlptest.txt2
-rw-r--r--trietest.txt16
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"
+ ]
]