Skip to content

Commit

Permalink
Merge pull request #63 from multiversx/mempool-update-2024-11-29
Browse files Browse the repository at this point in the history
Merge main into mempool, fix linter issues
  • Loading branch information
andreibancioiu authored Nov 29, 2024
2 parents 3182661 + d0d8ce4 commit 8c5c73c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion txcache/constants.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package txcache

const diagnosisMaxTransactionsToDisplay = 10000
const diagnosisSelectionGasRequested = 10_000_000_000
const initialCapacityOfSelectionSlice = 30000
const selectionLoopDurationCheckInterval = 10
1 change: 0 additions & 1 deletion txcache/loggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ var log = logger.GetOrCreate("txcache/main")
var logAdd = logger.GetOrCreate("txcache/add")
var logRemove = logger.GetOrCreate("txcache/remove")
var logSelect = logger.GetOrCreate("txcache/select")
var logDiagnoseSelection = logger.GetOrCreate("txcache/diagnose/selection")
var logDiagnoseTransactions = logger.GetOrCreate("txcache/diagnose/transactions")

0 comments on commit 8c5c73c

Please sign in to comment.