tests: add minimall encoded 0-length buffer fixture
This commit is contained in:
parent
aeeee4f3ec
commit
e8b00d63d6
1 changed files with 5 additions and 0 deletions
5
test/fixtures/script.json
vendored
5
test/fixtures/script.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue