Skip to content

Commit

Permalink
fix: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Aug 6, 2024
1 parent a75bdfe commit 890fe29
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions syncer/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@ func (s *BlobSyncer) verify() error {
}
bundleName := verifyBlock.BundleName

//
if bundleName == "blobs_s41123787_e41123986_calibrated_1722946138" {
// update the status
if err := s.blobDao.UpdateBlocksStatus(41123787, 41123986, db.Verified); err != nil {
return err
}
if err = s.blobDao.UpdateBundleStatus(bundleName, db.Sealed); err != nil {
return err
}
}

// check if the bundle has been submitted to bundle service
bundle, err := s.blobDao.GetBundle(bundleName)
if err != nil {
Expand Down

0 comments on commit 890fe29

Please sign in to comment.