scriptHash.input.check - should tolerate 1 field in scriptSig if it's P2WSH or P2WPKH

This commit is contained in:
Thomas Kerin 2017-01-03 20:09:58 +01:00 committed by Daniel Cousens
parent c5541c8f96
commit fff9319fa4
2 changed files with 6 additions and 3 deletions

View file

@ -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)