Skip to content

Commit

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

if bundleName == "blobs_s9681816_e9681845_calibrated_1723010409_calibrated_1723016644" {
if bundleName == "blobs_s41145987_e41146186_calibrated_1723010747_calibrated_1723017286" {
// update the status
if err := s.blobDao.UpdateBlocksStatus(9681816, 9681845, db.Verified); err != nil {
if err := s.blobDao.UpdateBlocksStatus(41145987, 41146186, db.Verified); err != nil {
return err
}
if err = s.blobDao.UpdateBundleStatus(bundleName, db.Sealed); err != nil {
Expand Down

0 comments on commit ba7e57c

Please sign in to comment.