add paymentAckMemo to history
This commit is contained in:
parent
4e54fe6cf7
commit
0e6044ae6f
1 changed files with 2 additions and 0 deletions
|
|
@ -2669,12 +2669,14 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (proposal) {
|
if (proposal) {
|
||||||
|
// TODO refactor
|
||||||
tx.comment = proposal.comment;
|
tx.comment = proposal.comment;
|
||||||
tx.sentTs = proposal.sentTs;
|
tx.sentTs = proposal.sentTs;
|
||||||
tx.merchant = proposal.merchant;
|
tx.merchant = proposal.merchant;
|
||||||
tx.peerActions = proposal.peerActions;
|
tx.peerActions = proposal.peerActions;
|
||||||
tx.finallyRejected = proposal.finallyRejected;
|
tx.finallyRejected = proposal.finallyRejected;
|
||||||
tx.merchant = proposal.merchant;
|
tx.merchant = proposal.merchant;
|
||||||
|
tx.paymentAckMemo = proposal.paymentAckMemo;
|
||||||
tx.peerActions = proposal.peerActions;
|
tx.peerActions = proposal.peerActions;
|
||||||
tx.finallyRejected = proposal.finallyRejected;
|
tx.finallyRejected = proposal.finallyRejected;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue