mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-13 03:35: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:] {
|
for _, s := range runningFrames[0][0:] {
|
||||||
|
if s.FrameNumber == 0 {
|
||||||
|
continue
|
||||||
|
}
|
||||||
s := s
|
s := s
|
||||||
txn, err := e.clockStore.NewTransaction()
|
txn, err := e.clockStore.NewTransaction()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user