diff options
author | winsvega <winsvega@mail.ru> | 2018-07-30 17:48:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 17:48:28 +0800 |
commit | e69e2e741303152866b9afdae995247615f8c75a (patch) | |
tree | c926d18c2e1ef52ee91a14c3c1fe8cbbe512fe66 | |
parent | 24316a75fd13bc7f63d8f4a47218972bc3aa9f62 (diff) | |
parent | b8a21c193696976ca3b33b6d82107601063a5d26 (diff) | |
download | dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.gz dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.bz2 dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.lz dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.xz dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.zst dexon-tests-e69e2e741303152866b9afdae995247615f8c75a.zip |
Merge pull request #478 from hamdiallam/develop
Rlp encoding of 0 should be 0.
-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 b75f050f8..df648c856 100644 --- a/RLPTests/rlptest.json +++ b/RLPTests/rlptest.json @@ -33,7 +33,7 @@ }, "zero": { "in": 0, - "out": "80" + "out": "00" }, "smallint": { "in": 1, |