Browse Source

tests/p2wsh: add secondary stacksEqual test

addLowRGrinding
Daniel Cousens 6 years ago
parent
commit
cd9e6d1d5e
  1. 14
      test/fixtures/p2wsh.json

14
test/fixtures/p2wsh.json

@ -269,6 +269,20 @@
]
}
},
{
"exception": "Witness and redeem.witness mismatch",
"arguments": {
"redeem": {
"output": "OP_TRUE",
"witness": [
"04000000ff"
]
},
"witness": [
"04000000ee"
]
}
},
{
"exception": "Ambiguous witness source",
"arguments": {

Loading…
Cancel
Save