Skip to content

Commit

Permalink
Missing #[serde(skip)] for assigned_slots pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Sep 11, 2024
1 parent 3a89393 commit 6226e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polkadot/runtime/common/src/assigned_slots/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ pub mod pallet {
pub struct GenesisConfig<T: Config> {
pub max_temporary_slots: u32,
pub max_permanent_slots: u32,
#[serde(skip)]
pub _config: PhantomData<T>,
}

Expand Down

0 comments on commit 6226e84

Please sign in to comment.