Skip to content

Commit

Permalink
chore: missing C
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Nov 6, 2024
1 parent 3193111 commit e51abfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csm-alerts/src/services/CSModule/CSModule.srv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class CSModuleSrv implements Service {
if (now - this.lastFiredAt.tooManyValidators > SECONDS_PER_DAY) {
if (validatorsInQueue > QUEUE_VALIDATORS_MAX) {
const f = Finding.fromObject({
name: '🫧SModule: Significant number of validator keys in the queue.',
name: '🫧CSModule: Significant number of validator keys in the queue.',
description: `There's ${validatorsInQueue} keys waiting for deposit in CSM.`,
alertId: 'CS-MODULE-TOO-MANY-VALIDATORS-IN-THE-QUEUE',
// NOTE: Do not include the source to reach quorum.
Expand Down

0 comments on commit e51abfa

Please sign in to comment.