mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
make it wait until one after
This commit is contained in:
parent
0ef042c893
commit
a1e10b2d38
@ -69,7 +69,7 @@ func (e *DataClockConsensusEngine) runFramePruning() {
|
||||
}
|
||||
|
||||
if head.FrameNumber < uint64(e.config.Engine.MaxFrames)+1 ||
|
||||
head.FrameNumber <= application.PROOF_FRAME_SENIORITY_REPAIR {
|
||||
head.FrameNumber <= application.PROOF_FRAME_SENIORITY_REPAIR+1 {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user