Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Nov 4, 2024
1 parent ae04e89 commit de50bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ impl State {
.into_iter()
.filter(|proposal| proposal.id > last_known_proposal_id)
{
// Vote only on proposals with topics network economics, governance, SNS & replica-management.
// Vote only on proposals with topics governance, SNS & replica-management.
if [4, 14].contains(&proposal.topic) {
let post = format!(
"# #NNS-Proposal [{0}](https://dashboard.internetcomputer.org/proposal/{0})\n## {1}\n",
Expand Down

0 comments on commit de50bda

Please sign in to comment.