Skip to content

Commit

Permalink
Update pallets/staking/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
  • Loading branch information
ameba23 and HCastano authored Oct 24, 2024
1 parent 021aac3 commit 097c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub mod pallet {
/// The weight information of this pallet.
type WeightInfo: WeightInfo;

/// Something that verifies a PCK certificate chain
/// A type that verifies a provisioning certification key (PCK) certificate chain.
type PckCertChainVerifier: PckCertChainVerifier;

/// Something that provides randomness in the runtime.
Expand Down

0 comments on commit 097c188

Please sign in to comment.