scriptHash.input.check - should tolerate 1 field in scriptSig if it's P2WSH or P2WPKH
This commit is contained in:
parent
c5541c8f96
commit
fff9319fa4
2 changed files with 6 additions and 3 deletions
|
@ -346,7 +346,6 @@ describe('TransactionBuilder', function () {
|
|||
it('does not throw if buildIncomplete', function () {
|
||||
var txb
|
||||
if (f.txHex) {
|
||||
console.log(f.txHex)
|
||||
txb = TransactionBuilder.fromTransaction(Transaction.fromHex(f.txHex))
|
||||
} else {
|
||||
txb = construct(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue