diff --git a/explorer/explorer.go b/explorer/explorer.go index 672d2b7..9425b34 100644 --- a/explorer/explorer.go +++ b/explorer/explorer.go @@ -138,7 +138,7 @@ func NewExplorer(cm ChainManager, store Store, batchSize int, scanCfg config.Sca e.log.Error("failed to get tip", zap.Error(err)) } if err := e.syncStore(lastTip, batchSize); err != nil { - e.log.Error("failed to sync store", zap.Error(err)) + e.log.Panic("failed to sync store", zap.Error(err)) } } }()