From 15dd8fd794a0dc305ef7696d0c2a68e032bc9759 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 28 Feb 2014 12:54:47 +0000 Subject: RLP tests and Trie updates. --- rlptest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rlptest.json') diff --git a/rlptest.json b/rlptest.json index a6409558c..e96447199 100644 --- a/rlptest.json +++ b/rlptest.json @@ -39,8 +39,8 @@ "in": [ [ [], [] ], [] ], "out": "c4c2c0c0c0" }, - "xbigint": { - "in": 115792089237316195423570985008687907853269984665640564039457584007913129639936, - "out": "3821010000000000000000000000000000000000000000000000000000000000000000" + "bigint": { + "in": "#115792089237316195423570985008687907853269984665640564039457584007913129639936", + "out": "a1010000000000000000000000000000000000000000000000000000000000000000" } } -- cgit v1.2.3