Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed May 6, 2024
1 parent 2d6c9e6 commit 3d35cc1
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 @@ -71,7 +71,7 @@ pub trait IGovernor<TContractState> {
// Get the proposal info for the given proposal id.
fn get_proposal(self: @TContractState, id: felt252) -> ProposalInfo;

// Replace the code at this address. This must be self-called via #queue.
// Replace the code at this address. This must be self-called via a proposal.
fn upgrade(ref self: TContractState, class_hash: ClassHash);
}

Expand Down

0 comments on commit 3d35cc1

Please sign in to comment.