Skip to content

Commit 7bef067

Browse files
committed
yeet 'duty-bearing'
1 parent d183337 commit 7bef067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

collector/src/database.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ function inactivityEpochEvent(performance, network, observedAt) {
27112711
type: 'inactivity_epoch_completed',
27122712
severity: 'warning',
27132713
title: thresholdReached
2714-
? 'Duty-bearing inactivity streak reached threshold'
2714+
? 'Inactivity streak reached threshold'
27152715
: 'Inactive duty epoch completed',
27162716
body: `${shortAddress(performance.sequencer)} missed ${performance.missed}/${performance.total} observed duties in epoch ${performance.epoch}; duty-bearing inactive streak ${performance.inactiveStreak}/${performance.threshold}.`,
27172717
data: {

0 commit comments

Comments
 (0)