Browse Source

let clients see multiple outputs

activeAddress
Gregg Zigler 9 years ago
parent
commit
39ac518a61
  1. 1
      lib/server.js

1
lib/server.js

@ -1538,6 +1538,7 @@ WalletService.prototype.getTxHistory = function(opts, cb) {
fees: tx.fees, fees: tx.fees,
time: tx.time, time: tx.time,
addressTo: addressTo, addressTo: addressTo,
outputs: tx.outputs,
confirmations: tx.confirmations, confirmations: tx.confirmations,
}; };

Loading…
Cancel
Save