reload prover registry

This commit is contained in:
Cassandra Heart 2026-02-18 02:01:35 -06:00
parent 9b35520575
commit 3a5365874a
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA

View File

@ -2097,6 +2097,16 @@ func (e *GlobalConsensusEngine) performBlockingProverHypersync(
close(done)
e.logger.Info("blocking hypersync completed")
if !e.config.Engine.ArchiveMode {
if err := e.proverRegistry.Refresh(); err != nil {
e.logger.Warn(
"failed to refresh prover registry after blocking hypersync",
zap.Error(err),
)
}
}
if len(newRoots) == 0 {
return nil
}