mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
restore removed sync flag
This commit is contained in:
parent
4629c50a75
commit
6071a053cb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user