From 695eb64a3ae24405c2cb49fa8ebaba49859b01fe Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Mon, 5 May 2014 21:17:34 +1000 Subject: [PATCH] Clarifies Transaction.addOutput param documentation --- src/transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.js b/src/transaction.js index 137b175..12f0f38 100644 --- a/src/transaction.js +++ b/src/transaction.js @@ -84,7 +84,7 @@ Transaction.prototype.addInput = function (tx, outIndex) { * Can be called with: * * i) An existing TransactionOut object - * ii) An address object or an address and a value + * ii) An address object or a string address, and a value * iii) An address:value string * iv) Either ii), iii) with an optional network argument *