From b102e5153f8d4823587476f01a6a37a0e7dd9f94 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 14 May 2024 10:55:36 -0400 Subject: [PATCH] fix some leftover comments --- src/governor.cairo | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/governor.cairo b/src/governor.cairo index b448855..a0f4d23 100644 --- a/src/governor.cairo +++ b/src/governor.cairo @@ -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()