From 2d08a8258db631dc667b6ad0df14fa72efcf6cd0 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Wed, 3 Dec 2014 12:48:36 -0300 Subject: [PATCH] csv util + tests --- js/models/Wallet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index e45a5edb9..bf8a593fc 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -2741,7 +2741,6 @@ Wallet.prototype.getTransactionHistory = function(opts, cb) { var proposal = indexedProposals[tx.txid]; if (proposal) { - // TODO refactor tx.comment = proposal.comment; tx.sentTs = proposal.sentTs; tx.merchant = proposal.merchant;