Skip to content

Commit

Permalink
fix: fixed discord status template (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Jun 17, 2024
1 parent a2832fc commit 67e52d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion templates/discord/Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ You are subscribed to the following validators' updates on {{ .ChainConfig.GetNa
{{- range .Entries }}
{{ if .Validator.Jailed -}}
**{{ SerializeLink .Link }}:** jailed
{{- else if not .Validator.Active -}}
{{- else if not .IsActive -}}
**{{ SerializeLink .Link }}:** not in the active set
{{- else if .Error -}}
**{{ SerializeLink .Link }}:**: error getting validators missed blocks: {{ .Error }}
Expand Down

0 comments on commit 67e52d8

Please sign in to comment.