Skip to content

newChainSyncer

Source (upstream pre-purge) Current
File eth/sync.go sync_pow.go
Symbol newChainSyncer newChainSyncer
Ref f4d53133f~1 etc/v1.17.3-full-node

3-way merge — purge → getc ← upstream

pre-purge
// newChainSyncer creates a chainSyncer.
func newChainSyncer(handler *handler) *chainSyncer {
return &chainSyncer{
handler: handler,
peerEventCh: make(chan struct{}),
}
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sync.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/sync.go) | | Symbol | `newChainSyncer` | | Ref | `v1.12.20` |

← Sync & Downloader