Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dannbbb1 authored Dec 16, 2024
1 parent d51978e commit 4089570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/v0/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// 2. Mutations to the linked-list elements are atomic
// 3. CheckTx() and/or ReapMaxBytesMaxGas() calls can be paused upon Update(), protected by .updateMtx

// Garbage collection of old elements from mempool.txs is handlde via the
// Garbage collection of old elements from mempool.txs is handled via the
// DetachPrev() call, which makes old elements not reachable by peer
// broadcastTxRoutine().

Expand Down

0 comments on commit 4089570

Please sign in to comment.