diff options
author | Gav Wood <i@gavwood.com> | 2014-02-27 21:28:11 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-02-27 21:28:11 +0800 |
commit | f87ce15ad201a6d97e2654e5dc5a3181873d1719 (patch) | |
tree | 68f6c9f6ae107660c30499982d1a1a6474109bc3 /rlptest.json | |
parent | c006ed4ffd7d00124dbcb44d4e7ca05d6d9ddc12 (diff) | |
download | dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar.gz dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar.bz2 dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar.lz dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar.xz dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.tar.zst dexon-f87ce15ad201a6d97e2654e5dc5a3181873d1719.zip |
Fix empty string.
Diffstat (limited to 'rlptest.json')
-rw-r--r-- | rlptest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |