Skip to content

Commit 5b86d5a

Browse files
committed
fix comment
1 parent af02b82 commit 5b86d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mempool/mempool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ func (m *ExperimentalEVMMempool) HasEventBus() bool {
426426
}
427427

428428
// 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.
429+
// This checks tx pool for EVM transactions, which iterates through all pools (currently only legacypool)
430430
func (m *ExperimentalEVMMempool) Has(hash common.Hash) bool {
431431
m.mtx.Lock()
432432
defer m.mtx.Unlock()

0 commit comments

Comments
 (0)