Skip to content

Commit

Permalink
NIT: optimise imports in pallet-mixnet
Browse files Browse the repository at this point in the history
Co-authored-by: Dónal Murray <[email protected]>
  • Loading branch information
UtkarshBhardwaj007 and seadanda authored Dec 24, 2024
1 parent d7d411e commit c27a6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/mixnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pub mod pallet {
StorageDoubleMap<_, Identity, SessionIndex, Identity, AuthorityIndex, BoundedMixnodeFor<T>>;

#[pallet::genesis_config]
#[derive(frame::prelude::DefaultNoBound)]
#[derive(DefaultNoBound)]
pub struct GenesisConfig<T: Config> {
/// The mixnode set for the very first session.
pub mixnodes: BoundedVec<BoundedMixnodeFor<T>, T::MaxAuthorities>,
Expand Down

0 comments on commit c27a6e3

Please sign in to comment.