From 7c5b85d97b0560c4b3c018c01c199e8b1b5b2786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Tue, 5 Nov 2024 12:57:58 +0200 Subject: [PATCH] Fix lint warnings. --- txcache/constants.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/txcache/constants.go b/txcache/constants.go index 274c9e99..0ff0b536 100644 --- a/txcache/constants.go +++ b/txcache/constants.go @@ -1,9 +1,5 @@ package txcache -const excellentGasPriceFactor = 5 -const maxSenderScore = 100 -const diagnosisMaxSendersToDisplay = 1000 const diagnosisMaxTransactionsToDisplay = 10000 const diagnosisSelectionGasRequested = 10_000_000_000 -const numJobsForMerging = 1 const initialCapacityOfSelectionSlice = 30000