Skip to content

Commit

Permalink
get just the proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jun 12, 2024
1 parent 79f0eb2 commit b1243c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governor.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ pub mod Governor {
let id = get_proposal_id_from_signature();
let mut calls_span = calls.span();

let (mut proposal, _) = self.get_proposal_with_config(id);
let mut proposal = self.get_proposal(id);

proposal
.execution_state =
Expand Down

0 comments on commit b1243c2

Please sign in to comment.