Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 authored Apr 4, 2020
1 parent 0a583e2 commit 6621477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6621477

Please sign in to comment.