add paymentAckMemo to history

This commit is contained in:
Matias Alejo Garcia 2014-11-25 15:12:31 -03:00
parent 4e54fe6cf7
commit 0e6044ae6f
1 changed files with 2 additions and 0 deletions

View File

@ -2669,12 +2669,14 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) {
});
if (proposal) {
// TODO refactor
tx.comment = proposal.comment;
tx.sentTs = proposal.sentTs;
tx.merchant = proposal.merchant;
tx.peerActions = proposal.peerActions;
tx.finallyRejected = proposal.finallyRejected;
tx.merchant = proposal.merchant;
tx.paymentAckMemo = proposal.paymentAckMemo;
tx.peerActions = proposal.peerActions;
tx.finallyRejected = proposal.finallyRejected;