Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Sep 16, 2024
1 parent 1a3b14f commit 3c29203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions substrate/frame/conviction-voting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ pub mod pallet {
#[pallet::constant]
type VoteLockingPeriod: Get<BlockNumberFor<Self>>;

/// Hooks are actions that are executed on certain events.
/// Events: on_vote, on_remove_vote, on_remove_unsuccessful_vote
/// Hooks are called when a new vote is registered or an existing vote is removed.
type VotingHooks: VotingHooks<Self::AccountId, PollIndexOf<Self, I>, BalanceOf<Self, I>>;
}

Expand Down

0 comments on commit 3c29203

Please sign in to comment.