Skip to content

Commit

Permalink
Merge pull request #1751 from 0chain/fix/noversion-check
Browse files Browse the repository at this point in the history
Add no version check
  • Loading branch information
dabasov authored Feb 18, 2025
2 parents 2aa2ad3 + a91796a commit 55f7c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zboxcore/sdk/rollback.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ func (a *Allocation) checkStatusV2(markerChan chan *RollbackBlobber, blobStatus
}

if allVersionConensus == "" {
if len(latestVersionMap) == 0 {
return Commit, blobStatus, nil
}
return Broken, blobStatus, nil
}

Expand Down

0 comments on commit 55f7c52

Please sign in to comment.