Skip to content

Commit

Permalink
remove votes assertion in space
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Nov 25, 2024
1 parent 463e644 commit 8e1e646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starknet/src/space/space.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ mod Space {

self._proposals.write(proposal_id, proposal);
let votes = self.generate_votes_array(proposal_id);
assert(votes.len() == 3, 'ERROR');

IExecutionStrategyDispatcher { contract_address: cached_proposal.execution_strategy }
.execute(proposal_id, cached_proposal, votes, execution_payload);
Expand Down

0 comments on commit 8e1e646

Please sign in to comment.