From 50f381fb5c31250ba1d2efe5bafa75e2e54b2803 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 29 Sep 2015 18:41:32 +1000 Subject: [PATCH] tests: add non-BIP62 compliant is*Output fixtures --- test/fixtures/script.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/fixtures/script.json b/test/fixtures/script.json index 8abdcd1..797186f 100644 --- a/test/fixtures/script.json +++ b/test/fixtures/script.json @@ -200,6 +200,18 @@ "scriptPubKey": "02359c6e3f04cefbf089cf1d6670dc47c3fb4df68e2bad1fa5a369f9ce4b42bbd1ffffff OP_CHECKSIG" } ], + "isPubKeyHashOutput": [ + { + "description": "non-minimal encoded isPubKeyHashOutput (non BIP62 compliant)", + "scriptPubKeyHex": "76a94c14aa4d7985c57e011a8b3dd8e0e5a73aaef41629c588ac" + } + ], + "isScriptHashOutput": [ + { + "description": "non-minimal encoded isScriptHashOutput (non BIP62 compliant)", + "scriptPubKeyHex": "a94c14c286a1af0947f58d1ad787385b1c2c4a976f9e7187" + } + ], "isMultisigOutput": [ { "description": "OP_CHECKMULTISIG not found",