fix expiration date value

This commit is contained in:
Matias Alejo Garcia 2014-12-09 17:43:37 -03:00
commit 4b8702ed75
3 changed files with 10 additions and 4 deletions

View file

@ -2686,7 +2686,6 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) {
tx.sentTs = proposal.sentTs;
tx.merchant = proposal.merchant;
tx.peerActions = proposal.peerActions;
tx.merchant = proposal.merchant;
tx.paymentAckMemo = proposal.paymentAckMemo;
tx.actionList = self._getActionList(proposal);
}