From f87ce15ad201a6d97e2654e5dc5a3181873d1719 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 27 Feb 2014 13:28:11 +0000 Subject: Fix empty string. --- rlptest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlptest.json') diff --git a/rlptest.json b/rlptest.json index ea74c2c9e..86464ff1d 100644 --- a/rlptest.json +++ b/rlptest.json @@ -1,7 +1,7 @@ { "emptystring": { "in": "", - "out": "00" + "out": "80" }, "shortstring": { "in": "dog", -- cgit