Skip to content

Commit

Permalink
eth/fetcher: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and tyler-smith committed Oct 16, 2023
1 parent 717bb1c commit bdc9776
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 @@ -877,7 +877,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 bdc9776

Please sign in to comment.