diff options
author | Ayrat Badykov <ayratin555@gmail.com> | 2017-06-10 17:19:41 +0800 |
---|---|---|
committer | Ayrat Badykov <ayratin555@gmail.com> | 2017-06-10 17:19:41 +0800 |
commit | 5cfea31f0d9262bda74c0d765f8b86fe304dbabc (patch) | |
tree | be091fed2f2b80c917296fef674ef94555213df6 /RLPTests/rlptest.json | |
parent | 0e721e5b33317080de204e5787565ab3cf39fe45 (diff) | |
download | dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar.gz dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar.bz2 dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar.lz dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar.xz dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.tar.zst dexon-tests-5cfea31f0d9262bda74c0d765f8b86fe304dbabc.zip |
use lowercase digit in bytestring7F test
Diffstat (limited to 'RLPTests/rlptest.json')
-rw-r--r-- | RLPTests/rlptest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |