Fix test cases to make sure that validate: true is being set to default
This commit is contained in:
parent
24d541d0ed
commit
f84a5d18a3
8 changed files with 24 additions and 1 deletions
|
@ -477,7 +477,7 @@ describe('TransactionBuilder', function () {
|
|||
redeem: payments.p2ms({
|
||||
output: redeemScript,
|
||||
signatures
|
||||
}, { allowIncomplete: true })
|
||||
}, { allowIncomplete: true, validate: false })
|
||||
}).input
|
||||
assert.strictEqual(bscript.toASM(replacement), sign.scriptSigFiltered)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue