mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-12-26 00:25:17 +00:00
Merge pull request #22 from scmart/fix-commitLongestPath-ob1
fix commitLongestPath off-by-one
This commit is contained in:
commit
20aae290cb
@ -810,7 +810,7 @@ func (e *CeremonyDataClockConsensusEngine) commitLongestPath(
|
||||
}
|
||||
|
||||
runningFrames = [][]*protobufs.ClockFrame{
|
||||
{nextRunningFrames[0][currentDepth+1]},
|
||||
{nextRunningFrames[0][currentDepth]},
|
||||
}
|
||||
currentDepth = 0
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user