Adds tests for csv download
This commit is contained in:
parent
9709d6b64a
commit
aa076d7ccd
4 changed files with 115 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue