diff --git a/state-chain/pallets/cf-ingress-egress/src/lib.rs b/state-chain/pallets/cf-ingress-egress/src/lib.rs index 2c1098a1ecc..c9c081ae31e 100644 --- a/state-chain/pallets/cf-ingress-egress/src/lib.rs +++ b/state-chain/pallets/cf-ingress-egress/src/lib.rs @@ -37,7 +37,7 @@ use frame_system::pallet_prelude::*; pub use pallet::*; use sp_std::{vec, vec::Vec}; -/// Type alias for the payload hash +/// Type alias for the threshold signature. pub type ThresholdSignatureFor = <<>::TargetChain as Chain>::ChainCrypto as ChainCrypto>::ThresholdSignature;