mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update skeleton.go
This commit is contained in:
parent
341647f186
commit
6a5838b0f1
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ func (s *skeleton) startup() {
|
|||
for {
|
||||
// If the sync cycle terminated or was terminated, propagate up when
|
||||
// higher layers request termination. There's no fancy explicit error
|
||||
// signalling as the sync loop should never terminate (TM).
|
||||
// signaling as the sync loop should never terminate (TM).
|
||||
newhead, err := s.sync(head)
|
||||
switch {
|
||||
case err == errSyncLinked:
|
||||
|
|
|
|||
Loading…
Reference in a new issue