From ef6c5506c3fcdecf779184ad81d92db9315c2488 Mon Sep 17 00:00:00 2001
From: Vitalik Buterin <v@buterin.com>
Date: Tue, 31 Dec 2013 19:04:48 -0500
Subject: [PATCH] Fixed tests a bit

---
 rlptest.txt  |  2 +-
 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"
+  ]
 ]
-- 
GitLab