From e8b00d63d62a33a82de0f0c1f2cf4ef6467ad192 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 14 Nov 2016 11:11:19 +1100 Subject: [PATCH] tests: add minimall encoded 0-length buffer fixture --- test/fixtures/script.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/fixtures/script.json b/test/fixtures/script.json index 7e41e96..feff69a 100644 --- a/test/fixtures/script.json +++ b/test/fixtures/script.json @@ -143,6 +143,11 @@ "scriptPubKey": "OP_0 OP_0 OP_0 OP_CHECKMULTISIG", "scriptPubKeyHex": "000000ae" }, + { + "type": "nonstandard", + "scriptPubKey": "OP_0", + "scriptPubKeyHex": "00" + }, { "type": "scripthash", "redeemScript": "OP_0",