fix sentTs
This commit is contained in:
parent
102f584957
commit
ab05cc5369
1 changed files with 1 additions and 0 deletions
|
|
@ -2632,6 +2632,7 @@ 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.merchant = proposal.merchant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue