Skip to content

Commit

Permalink
Fix lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Nov 5, 2024
1 parent 6a69b3e commit 7c5b85d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions txcache/constants.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c5b85d

Please sign in to comment.