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