From b757a538a7afb8e2e13964f91b16b3e44935f91c Mon Sep 17 00:00:00 2001 From: georgepisaltu Date: Mon, 4 Sep 2023 12:27:20 +0300 Subject: [PATCH] Fix Aura experimental feature glutton compilation Signed-off-by: georgepisaltu --- cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs b/cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs index c2085c264bd5..2f9e689f2a57 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs +++ b/cumulus/parachains/runtimes/glutton/glutton-kusama/src/lib.rs @@ -230,6 +230,8 @@ impl pallet_aura::Config for Runtime { type DisabledValidators = (); type MaxAuthorities = ConstU32<100_000>; type AllowMultipleBlocksPerSlot = ConstBool; + #[cfg(feature = "experimental")] + type SlotDuration = pallet_aura::MinimumPeriodTimesTwo; } parameter_types! {