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) {
|
if (proposal) {
|
||||||
// TODO refactor
|
// TODO refactor
|
||||||
tx.comment = proposal.comment;
|
tx.comment = proposal.comment;
|
||||||
|
tx.sentTs = proposal.sentTs;
|
||||||
tx.merchant = proposal.merchant;
|
tx.merchant = proposal.merchant;
|
||||||
tx.peerActions = proposal.peerActions;
|
tx.peerActions = proposal.peerActions;
|
||||||
tx.merchant = proposal.merchant;
|
tx.merchant = proposal.merchant;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue