Skip to content

Commit

Permalink
eth/fetcher: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Oct 11, 2023
1 parent a6deb2d commit 13d1d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/tx_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ func (f *TxFetcher) scheduleFetches(timer *mclock.Timer, timeout chan struct{},
bytes uint64
)
f.forEachAnnounce(f.announces[peer], func(hash common.Hash, meta *txMetadata) bool {
// If the transaction is alcear fetching, skip to the next one
// If the transaction is already fetching, skip to the next one
if _, ok := f.fetching[hash]; ok {
return true
}
Expand Down

0 comments on commit 13d1d42

Please sign in to comment.