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