Skip to content

Commit

Permalink
pool: comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
emailtovamos committed Jun 3, 2024
1 parent eec1216 commit 6778d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txpool/legacypool/legacypool.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (pool *LegacyPool) loop() {
evict = time.NewTicker(evictionInterval)
reannounce = time.NewTicker(reannounceInterval)
journal = time.NewTicker(pool.config.Rejournal)
readd = time.NewTicker(time.Minute) // Add a ticker to re-add buffered transactions periodically
readd = time.NewTicker(time.Minute) // ticker to re-add buffered transactions periodically
)
defer report.Stop()
defer evict.Stop()
Expand Down

0 comments on commit 6778d29

Please sign in to comment.