From 9f9c508ebd9306aeb5e892c52583a71cf2dfc792 Mon Sep 17 00:00:00 2001 From: debris Date: Thu, 3 Dec 2015 05:47:07 +0100 Subject: [PATCH] fixed example .json files --- json-tests/json/rlp/README.md | 2 +- json-tests/json/rlp/catdog.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json-tests/json/rlp/README.md b/json-tests/json/rlp/README.md index 89cb072c7..ab8b01020 100644 --- a/json-tests/json/rlp/README.md +++ b/json-tests/json/rlp/README.md @@ -32,7 +32,7 @@ Also `append_raw` and `append_list` requires `len` field "operation": "append", "value": "dog" } - ] + ], "output": "0xc88363617183646f67" } ``` diff --git a/json-tests/json/rlp/catdog.json b/json-tests/json/rlp/catdog.json index 352b24892..ed4c02602 100644 --- a/json-tests/json/rlp/catdog.json +++ b/json-tests/json/rlp/catdog.json @@ -13,6 +13,6 @@ "operation": "append", "value": "dog" } - ] + ], "output": "0xc88363617183646f67" }