add comment

pull/4351/head
“GheisMohammadi” 2 years ago committed by Casey Gardiner
parent 088ae63713
commit 69c896bdd3
  1. 1
      api/service/stagedstreamsync/stage.go

@ -96,6 +96,7 @@ func (u *RevertState) Done(db kv.Putter) error {
return SaveStageProgress(db, u.ID, u.state.isBeacon, u.RevertPoint)
}
// CleanUpState contains states of cleanup process for a specific stage
type CleanUpState struct {
ID SyncStageID
ForwardProgress uint64 // progress of stage forward move

Loading…
Cancel
Save