Skip to content

Commit

Permalink
fix: comment (OpenZeppelin#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo authored Oct 17, 2024
1 parent 6e60ba9 commit 88f1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/governance/src/votes/votes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ pub mod VotesComponent {
DelegateVotesChanged: DelegateVotesChanged,
}

#[derive(Drop, PartialEq, starknet::Event)]
/// Emitted when `delegator` delegates their votes from `from_delegate` to `to_delegate`.
#[derive(Drop, PartialEq, starknet::Event)]
pub struct DelegateChanged {
#[key]
pub delegator: ContractAddress,
Expand Down

0 comments on commit 88f1667

Please sign in to comment.