From 80d444f60ed2c251e6ef3c5fd4568ac830e33a58 Mon Sep 17 00:00:00 2001 From: Nathan Hernandez Date: Mon, 9 Feb 2015 13:23:23 -0500 Subject: [PATCH] Update transaction.js --- lib/transaction/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction/transaction.js b/lib/transaction/transaction.js index cb0bf9f..73b945e 100644 --- a/lib/transaction/transaction.js +++ b/lib/transaction/transaction.js @@ -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) {