Skip to content

Commit 04f448c

Browse files
committed
tx-builder: remove unnecessary this context
1 parent 88cc904 commit 04f448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction_builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ TransactionBuilder.prototype.sign = function (index, keyPair, redeemScript, hash
408408
input.signatures[i] = signature
409409

410410
return true
411-
}, this), 'key pair cannot sign for this input')
411+
}), 'key pair cannot sign for this input')
412412
}
413413

414414
module.exports = TransactionBuilder

0 commit comments

Comments
 (0)