mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update skeleton.go
This commit is contained in:
parent
e534104deb
commit
0c92cbdeb5
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ func (s *skeleton) sync(head *types.Header) (*types.Header, error) {
|
|||
// non-force reorg.
|
||||
if event.force {
|
||||
event.errc <- nil // forced head reorg accepted
|
||||
log.Info("Restart sync cycle", "reason", err)
|
||||
log.Info("Restarting sync cycle", "reason", err)
|
||||
return event.header, errSyncReorged
|
||||
}
|
||||
event.errc <- err
|
||||
|
|
|
|||
Loading…
Reference in a new issue