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,