Adds tests for csv download

This commit is contained in:
Matias Alejo Garcia 2016-06-03 15:21:30 -03:00
commit aa076d7ccd
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 115 additions and 64 deletions

View file

@ -590,6 +590,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.hasUnsafeConfirmed = true;
}
if (tx.note) {
delete tx.note.encryptedEditedByName;
delete tx.note.encryptedBody;
}
if (!txHistoryUnique[tx.txid]) {
ret.push(tx);
txHistoryUnique[tx.txid] = true;