From bbe6167bb2567b9016974524c8d9d037520ba16f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 15 Jul 2015 10:18:33 -0300 Subject: [PATCH] fix syntax Signed-off-by: Matias Alejo Garcia --- lib/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server.js b/lib/server.js index 6721e87..7501019 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1421,7 +1421,7 @@ WalletService.prototype.getTxHistory = function(opts, cb) { return _.map(txs, function(tx) { - var amountIn, amountOut, amountOutChange, amount + var amountIn, amountOut, amountOutChange; var amount, action, addressTo; if (tx.outputs.length || tx.inputs.length) {