csv util + tests

This commit is contained in:
Ivan Socolsky 2014-12-03 12:48:36 -03:00
commit 2d08a8258d

View file

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