From 2564cb22d7a5f19a6c1d300d429cc2fe81a28f54 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 1 Nov 2014 16:29:37 -0300 Subject: [PATCH] . --- js/models/Wallet.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index ac3f1981d..8570d3b65 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -2367,17 +2367,17 @@ Wallet.prototype.createTxSync = function(toAddress, amountSatStr, comment, utxos var b; - try { +// try { b = new Builder(opts) .setUnspent(utxos) .setOutputs([{ address: toAddress.data, amountSatStr: amountSatStr, }]); - } catch (e) { - log.debug(e.message); - return; - }; +// } catch (e) { +// log.debug(e.message); +// return; +// }; var selectedUtxos = b.getSelectedUnspent(); var inputChainPaths = selectedUtxos.map(function(utxo) {