Skip to content

Commit

Permalink
Add doccomment to extrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Dec 16, 2024
1 parent 3b9055d commit 0e4eb56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(<T as Config>::WeightInfo::report_unstable_peer(MAX_SIGNERS as u32))]
pub fn report_unstable_peer(
Expand Down

0 comments on commit 0e4eb56

Please sign in to comment.