Skip to content

Commit

Permalink
feat: add end time for tally
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Nov 8, 2023
1 parent 90178ea commit a35478e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/telegram/tally.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<strong>Proposals on chain {{ $chainName }}:</strong>
{{ range $tallyInfos }}
Proposal #{{ .Proposal.ID }}: {{ .Proposal.Title }}
Ends in: {{ .Proposal.GetTimeLeft }}
- Not voted: {{ .GetNotVoted }}
- Voted: {{ .GetQuorum }}
- Voted "Abstain": {{ .GetAbstained }}
Expand Down

0 comments on commit a35478e

Please sign in to comment.