tx-builder: remove unnecessary this context
This commit is contained in:
parent
88cc90481f
commit
04f448cc8d
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ TransactionBuilder.prototype.sign = function (index, keyPair, redeemScript, hash
|
|||
input.signatures[i] = signature
|
||||
|
||||
return true
|
||||
}, this), 'key pair cannot sign for this input')
|
||||
}), 'key pair cannot sign for this input')
|
||||
}
|
||||
|
||||
module.exports = TransactionBuilder
|
||||
|
|
Loading…
Add table
Reference in a new issue