tests: add minimall encoded 0-length buffer fixture

This commit is contained in:
Daniel Cousens 2016-11-14 11:11:19 +11:00 committed by Daniel Cousens
parent aeeee4f3ec
commit e8b00d63d6

View file

@ -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",