mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
fix: handle fresh sync
This commit is contained in:
parent
e381165568
commit
6b660d0da7
@ -705,6 +705,9 @@ func (e *CeremonyDataClockConsensusEngine) commitLongestPath(
|
||||
)
|
||||
|
||||
for _, s := range runningFrames[0][0:] {
|
||||
if s.FrameNumber == 0 {
|
||||
continue
|
||||
}
|
||||
s := s
|
||||
txn, err := e.clockStore.NewTransaction()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user