From a778cc71a1ac13375983abc5863ae90fce13c0a4 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 2 Nov 2014 17:17:03 -0300 Subject: [PATCH] add console.log to utxos --- js/models/Wallet.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index b47783cab..464732d8b 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -2369,6 +2369,8 @@ Wallet.prototype.createTxSync = function(toAddress, amountSatStr, comment, utxos b.setUnspent(utxos); +console.log('[Wallet.js.2370:utxos:]',utxos); //TODO + b.setOutputs([{ address: toAddress.data, amountSatStr: amountSatStr,