let clients see multiple outputs

This commit is contained in:
Gregg Zigler 2015-07-27 08:24:16 -07:00
parent 3aa39c0857
commit 39ac518a61
1 changed files with 1 additions and 0 deletions

View File

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