add console.log to utxos

This commit is contained in:
Matias Alejo Garcia 2014-11-02 17:17:03 -03:00
commit a778cc71a1

View file

@ -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,