diff --git a/node/consensus/ceremony/consensus_frames.go b/node/consensus/ceremony/consensus_frames.go index a87d55d..2fdaa41 100644 --- a/node/consensus/ceremony/consensus_frames.go +++ b/node/consensus/ceremony/consensus_frames.go @@ -810,7 +810,7 @@ func (e *CeremonyDataClockConsensusEngine) commitLongestPath( } runningFrames = [][]*protobufs.ClockFrame{ - {nextRunningFrames[0][currentDepth+1]}, + {nextRunningFrames[0][currentDepth]}, } currentDepth = 0 } else {