Browse Source

tx-builder: remove unnecessary this context

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
04f448cc8d
  1. 2
      src/transaction_builder.js

2
src/transaction_builder.js

@ -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…
Cancel
Save