Browse Source

fix syntax

Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
bbe6167bb2
  1. 2
      lib/server.js

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

Loading…
Cancel
Save