Skip to content

Commit

Permalink
Fix Aura experimental feature glutton compilation
Browse files Browse the repository at this point in the history
Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
  • Loading branch information
georgepisaltu committed Sep 4, 2023
1 parent 8649cdc commit b757a53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ impl pallet_aura::Config for Runtime {
type DisabledValidators = ();
type MaxAuthorities = ConstU32<100_000>;
type AllowMultipleBlocksPerSlot = ConstBool<false>;
#[cfg(feature = "experimental")]
type SlotDuration = pallet_aura::MinimumPeriodTimesTwo<Self>;
}

parameter_types! {
Expand Down

0 comments on commit b757a53

Please sign in to comment.