aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2018-07-30 17:48:28 +0800
committerGitHub <noreply@github.com>2018-07-30 17:48:28 +0800
commite69e2e741303152866b9afdae995247615f8c75a (patch)
treec926d18c2e1ef52ee91a14c3c1fe8cbbe512fe66
parent24316a75fd13bc7f63d8f4a47218972bc3aa9f62 (diff)
parentb8a21c193696976ca3b33b6d82107601063a5d26 (diff)
downloaddexon-tests-e69e2e741303152866b9afdae995247615f8c75a.tar.gz
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.json2
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,