add console.log to utxos
This commit is contained in:
parent
c6c6b459b6
commit
a778cc71a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue