We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77b1a0 commit c63721cCopy full SHA for c63721c
test/fixtures/p2sh.json
@@ -323,6 +323,26 @@
323
}
324
325
},
326
+ {
327
+ "exception": "Input and witness provided",
328
+ "arguments": {
329
+ "redeem": {
330
+ "input": "OP_0",
331
+ "witness": [
332
+ "030000000000000000000000000000000000000000000000000000000000000001"
333
+ ]
334
+ }
335
336
+ },
337
338
+ "exception": "Non push-only scriptSig",
339
340
341
+ "input": "OP_RETURN",
342
+ "output": "OP_1"
343
344
345
346
{
347
"exception": "Redeem.output too short",
348
"arguments": {
0 commit comments