Skip to content

Commit bc0cdb8

Browse files
nit
Signed-off-by: Yashvardhan Kukreja <[email protected]>
1 parent 5b0dd6e commit bc0cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-conductor/health/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ func (hm *SequencerHealthMonitor) checkRollupBoost(ctx context.Context) error {
300300
case client.HealthStatusPartial:
301301
if hm.rollupBoostPartialHealthinessToleranceCounter != nil && hm.rollupBoostPartialHealthinessToleranceCounter.CurrentValue() < hm.rollupBoostPartialHealthinessToleranceLimit {
302302
latestValue := hm.rollupBoostPartialHealthinessToleranceCounter.Increment()
303-
hm.log.Debug("Rollup-boost partial unhealthiness failure tolerated", "currentValue", latestValue, "limit", hm.rollupBoostPartialHealthinessToleranceLimit)
303+
hm.log.Debug("Rollup boost partial unhealthiness failure tolerated", "currentValue", latestValue, "limit", hm.rollupBoostPartialHealthinessToleranceLimit)
304304
return nil
305305
}
306306
hm.log.Error("Rollup boost is partial failure, builder is down but fallback execution client is up", "err", ErrRollupBoostPartiallyHealthy)

0 commit comments

Comments
 (0)