Skip to content

errTerminatedBlockFetcher

Source (upstream pre-purge) Current
File eth/fetcher/block_fetcher.go block_fetcher_pow.go
Symbol errTerminated errTerminatedBlockFetcher
Ref f4d53133f~1 etc/v1.17.3-full-node

Renamed from errTerminated (collides with var in tx_fetcher.go, same package)

3-way merge — purge → getc ← upstream

pre-purge≈ adapted (origin inferred by similarity)
var errTerminatedBlockFetcher = errors.New("terminated")
core-geth validation — +1 -1 | | | |---|---| | File | [`block_fetcher.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/fetcher/block_fetcher.go) | | Symbol | `errTerminated` | | Ref | `v1.12.20` |
--- a/core-geth/eth/fetcher/block_fetcher.go
+++ b/etc/eth/fetcher/block_fetcher_pow.go
@@ -1 +1 @@
-var errTerminated = errors.New("terminated")
+var errTerminatedBlockFetcher = errors.New("terminated")

← Sync & Downloader