From ab05cc53697c2f26fafc6d8e220953d41706918e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 27 Nov 2014 18:30:20 -0300 Subject: [PATCH] fix sentTs --- js/models/Wallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index 0a951c934..43ea774a4 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -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;