diff options
Diffstat (limited to 'rlptest.json')
-rw-r--r-- | rlptest.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" } } |