diff --git a/substrate/frame/conviction-voting/src/lib.rs b/substrate/frame/conviction-voting/src/lib.rs index 591943ec18b3..3726142299f3 100644 --- a/substrate/frame/conviction-voting/src/lib.rs +++ b/substrate/frame/conviction-voting/src/lib.rs @@ -140,8 +140,7 @@ pub mod pallet { #[pallet::constant] type VoteLockingPeriod: Get>; - /// 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, BalanceOf>; }