Merge pull request #1057 from nathanph/master

Update transaction.js
This commit is contained in:
Manuel Aráoz 2015-02-09 15:35:25 -03:00
commit d9f935e9d9
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ Transaction.prototype.fee = function(amount) {
* Beware that this resets all the signatures for inputs (in further versions,
* SIGHASH_SINGLE or SIGHASH_NONE signatures will not be reset).
*
* @param {number} amount satoshis to be sent
* @param {address} An address for change to be sent to.
* @return {Transaction} this, for chaining
*/
Transaction.prototype.change = function(address) {