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;