This commit is contained in:
Matias Alejo Garcia 2014-07-24 21:59:44 -03:00
parent accb823fc4
commit 813c498d1f
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ Wallet.prototype.createTxSync = function(toAddress, amountSatStr, comment, utxos
.setUnspent(utxos)
.setOutputs([{
address: toAddress,
amountSatStr: amountSatStr,
amountSat: amountSatStr,
}]);
var selectedUtxos = b.getSelectedUnspent();