Skip to content

Commit

Permalink
Update dao.py
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisibleSymbol authored Oct 17, 2024
1 parent 2777e83 commit 0809a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketwatch/utils/dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ def _build_vote_graph(self, proposal: dict) -> str:
f"Quorum: {round(100 * votes_total / proposal['quorum'], 2)}%\n\n"
f"{veto_graph_repr}\n"
f"Quorum: {round(100 * proposal['votes_veto'] / proposal['veto_quorum'], 2)}%"
)
)

0 comments on commit 0809a30

Please sign in to comment.