From 0e4eb5686653b1e48c5a2cec3e003bd62141a688 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 16 Dec 2024 12:33:44 -0500 Subject: [PATCH] Add doccomment to extrinsic --- pallets/staking/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pallets/staking/src/lib.rs b/pallets/staking/src/lib.rs index 7b57dfd98..b4961cabe 100644 --- a/pallets/staking/src/lib.rs +++ b/pallets/staking/src/lib.rs @@ -738,6 +738,11 @@ pub mod pallet { Ok(Pays::No.into()) } + /// An on-chain hook for TSS servers in the signing committee to report other TSS servers in + /// the committee for misbehaviour. + /// + /// Any "conequences" are handled by the configured Slashing pallet and not this pallet + /// itself. #[pallet::call_index(7)] #[pallet::weight(::WeightInfo::report_unstable_peer(MAX_SIGNERS as u32))] pub fn report_unstable_peer(