This commit is contained in:
Dimitris Apostolou 2020-04-04 19:42:07 +03:00 committed by GitHub
parent 0a583e2dff
commit 6621477baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ export default class RPC {
return transaction;
});
// There's an issue where there are "blank" sent transactions transactions, filter them out.
// There's an issue where there are "blank" sent transactions, filter them out.
txlist = txlist.filter(tx => !(tx.type === 'sent' && tx.amount < 0 && tx.detailedTxns.length === 0));
// Sort the list by confirmations