Skip to content

Commit

Permalink
Fix the slashing window block alert not auto resolved (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerto07 authored Dec 5, 2024
1 parent ec26068 commit 56fe0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td2/alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func (cc *ChainConfig) watch() {
cc.name,
fmt.Sprintf("%s has missed > %d%% of the slashing window's blocks on %s", cc.valInfo.Moniker, cc.Alerts.Window, cc.ChainId),
"info",
false,
true,
&id,
)
cc.activeAlerts = alarms.getCount(cc.name)
Expand Down

0 comments on commit 56fe0ea

Please sign in to comment.