From 5cfea31f0d9262bda74c0d765f8b86fe304dbabc Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 10 Jun 2017 12:19:41 +0300 Subject: use lowercase digit in bytestring7F test --- RLPTests/rlptest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RLPTests') diff --git a/RLPTests/rlptest.json b/RLPTests/rlptest.json index f59590567..17a7e53af 100644 --- a/RLPTests/rlptest.json +++ b/RLPTests/rlptest.json @@ -13,7 +13,7 @@ }, "bytestring7F": { "in": "\u007F", - "out": "7F" + "out": "7f" }, "shortstring": { "in": "dog", -- cgit v1.2.3