Skip to content

chainSyncer.startSync

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

3-way merge — purge → getc ← upstream

pre-purge
// startSync launches doSync in a new goroutine.
func (cs *chainSyncer) startSync(op *chainSyncOp) {
cs.doneCh = make(chan error, 1)
go func() { cs.doneCh <- cs.handler.doSync(op) }()
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sync.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/sync.go) | | Symbol | `chainSyncer.startSync` | | Ref | `v1.12.20` |

← Sync & Downloader