Browse Source

tests: add minimall encoded 0-length buffer fixture

hk-custom-address
Daniel Cousens 8 years ago
committed by Daniel Cousens
parent
commit
e8b00d63d6
  1. 5
      test/fixtures/script.json

5
test/fixtures/script.json

@ -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…
Cancel
Save