From 6621477baf3b5832cc3bad9e8061a9f2f4dd1066 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sat, 4 Apr 2020 19:42:07 +0300 Subject: [PATCH] Fix typo --- app/rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rpc.js b/app/rpc.js index 61187c20..c4977e79 100644 --- a/app/rpc.js +++ b/app/rpc.js @@ -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