Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Nov 27, 2023
1 parent 7f06355 commit e97010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/pallets/cf-ingress-egress/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<T, I> =
<<<T as Config<I>>::TargetChain as Chain>::ChainCrypto as ChainCrypto>::ThresholdSignature;

Expand Down

0 comments on commit e97010e

Please sign in to comment.