We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af02b82 commit 5b86d5aCopy full SHA for 5b86d5a
mempool/mempool.go
@@ -426,7 +426,7 @@ func (m *ExperimentalEVMMempool) HasEventBus() bool {
426
}
427
428
// Has returns true if the transaction with the given hash is already in the mempool.
429
-// This checks both the legacy pool and the main tx pool for EVM transactions.
+// This checks tx pool for EVM transactions, which iterates through all pools (currently only legacypool)
430
func (m *ExperimentalEVMMempool) Has(hash common.Hash) bool {
431
m.mtx.Lock()
432
defer m.mtx.Unlock()
0 commit comments