restore removed sync flag

This commit is contained in:
Cassandra Heart 2025-12-28 21:48:37 -06:00
parent 4629c50a75
commit 6071a053cb
No known key found for this signature in database
GPG Key ID: 371083BFA6C240AA

View File

@ -1668,6 +1668,9 @@ func (e *GlobalConsensusEngine) materialize(
if len(localProverRoot) > 0 {
localRootHex = hex.EncodeToString(localProverRoot)
}
e.proverRootSynced.Store(true)
e.proverRootVerifiedFrame.Store(frameNumber)
}
var state state.State