fix skeleton.go

This commit is contained in:
Christina 2024-06-28 16:53:47 +03:00 committed by GitHub
parent 849097ea34
commit 42615e762d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: