fix sentTs

This commit is contained in:
Matias Alejo Garcia 2014-11-27 18:30:20 -03:00
parent 102f584957
commit ab05cc5369
1 changed files with 1 additions and 0 deletions

View File

@ -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;