tests: add scriptHash redeemScript non-data fixture
This commit is contained in:
parent
f9a5c47d95
commit
f6e340f64c
1 changed files with 4 additions and 0 deletions
4
test/fixtures/scripts.json
vendored
4
test/fixtures/scripts.json
vendored
|
@ -103,6 +103,10 @@
|
|||
{
|
||||
"description": "pubKeyHash input : extraneous data",
|
||||
"scriptSig": "304402207515cf147d201f411092e6be5a64a6006f9308fad7b2a8fdaab22cd86ce764c202200974b8aca7bf51dbf54150d3884e1ae04f675637b926ec33bf75939446f6ca2801 02359c6e3f04cefbf089cf1d6670dc47c3fb4df68e2bad1fa5a369f9ce4b42bbd1 ffffffff"
|
||||
},
|
||||
{
|
||||
"description": "scriptHash input : redeemScript not data",
|
||||
"scriptSig": "OP_0 304402207515cf147d201f411092e6be5a64a6006f9308fad7b2a8fdaab22cd86ce764c202200974b8aca7bf51dbf54150d3884e1ae04f675637b926ec33bf75939446f6ca2801 3045022100ef253c1faa39e65115872519e5f0a33bbecf430c0f35cf562beabbad4da24d8d02201742be8ee49812a73adea3007c9641ce6725c32cd44ddb8e3a3af460015d140501 OP_RESERVED"
|
||||
}
|
||||
],
|
||||
"multisig": [
|
||||
|
|
Loading…
Reference in a new issue