From 813c498d1fc05f8f17baf498405ee2dd2760cf3c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 24 Jul 2014 21:59:44 -0300 Subject: [PATCH] fix typo --- js/models/core/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index f48c7d64e..7acb6ce86 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -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();