Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jul 7, 2024
1 parent d0dc7a1 commit bee5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/internal/orm/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (o *Bundle) UpdateProofAndProvingStatusByHash(ctx context.Context, hash str
db = db.Where("hash", hash)

if err := db.Updates(updateFields).Error; err != nil {
return fmt.Errorf("Bundle.UpdateProofByHash error: %w, bundle hash: %v", err, hash)
return fmt.Errorf("Bundle.UpdateProofAndProvingStatusByHash error: %w, bundle hash: %v", err, hash)
}
return nil
}

0 comments on commit bee5b1f

Please sign in to comment.