Skip to content

Commit

Permalink
fix some leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed May 14, 2024
1 parent b171112 commit b102e51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,8 @@ pub mod Governor {
'VOTING_ENDED'
);

// iff the proposer is not calling this we need to check the voting weight

// if at the given timestamp (during the voting period),
// the average voting weight is below the proposal_creation_threshold for the proposer, it can be canceled
// check that at the given timestamp, during the voting period and after the proposal was created, the proposer's delegation
// fell below the proposal creation threshold
assert(
self
.get_staker()
Expand Down

0 comments on commit b102e51

Please sign in to comment.