Skip to content

Commit 13d1d42

Browse files
committed
eth/fetcher: fix typo
1 parent a6deb2d commit 13d1d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/fetcher/tx_fetcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ func (f *TxFetcher) scheduleFetches(timer *mclock.Timer, timeout chan struct{},
870870
bytes uint64
871871
)
872872
f.forEachAnnounce(f.announces[peer], func(hash common.Hash, meta *txMetadata) bool {
873-
// If the transaction is alcear fetching, skip to the next one
873+
// If the transaction is already fetching, skip to the next one
874874
if _, ok := f.fetching[hash]; ok {
875875
return true
876876
}

0 commit comments

Comments
 (0)