Skip to content

Commit

Permalink
Update i_space.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevtush authored Feb 10, 2025
1 parent fd88b1b commit ff2b233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet/src/interfaces/i_space.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait ISpace<TContractState> {
fn next_proposal_id(self: @TContractState) -> u256;

/// The allow list of authenticators. Only allowed authenticators can interact with the `propose`,
/// `udpate_proposal` and `vote` functions.
/// `update_proposal` and `vote` functions.
fn authenticators(self: @TContractState, account: ContractAddress) -> bool;

/// An array of allowed voting strategies. Voting strategies are used to determine the voting power of a voter.
Expand Down

0 comments on commit ff2b233

Please sign in to comment.