Skip to content

Commit dc94e60

Browse files
author
auxten
committed
Merge branch 'bugfix/miner_startup' of github.com:CovenantSQL/CovenantSQL into bugfix/miner_startup
2 parents c17d70e + 9817fb2 commit dc94e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sqlchain/chain.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,9 @@ func (c *Chain) mainCycle(ctx context.Context) {
693693
return
694694
default:
695695
if err := c.syncHead(); err != nil {
696-
c.logEntry().WithError(err).Error("failed to sync head")
696+
if err != ErrInitiating {
697+
c.logEntry().WithError(err).Error("failed to sync head")
698+
}
697699
continue
698700
}
699701
if t, d := c.rt.nextTick(); d > 0 {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy