fix syntax

Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
Matias Alejo Garcia 2015-07-15 10:18:33 -03:00
parent c293635f56
commit bbe6167bb2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {