mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/fetcher: fix typo
This commit is contained in:
parent
32f701ec23
commit
73acfd1293
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue