From 36a7ea152fbee84919c8846e5bf9227bd31085b6 Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Fri, 8 Mar 2024 20:40:53 +0100 Subject: [PATCH] Fix Kusama coretime config (#221) - [x] Does not require a CHANGELOG entry Closes https://github.com/polkadot-fellows/runtimes/issues/216 Credits to @bkchr for the suggested fix Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com> --- relay/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index d1dcbfb245..4bece04186 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -1265,7 +1265,7 @@ impl parachains_paras::Config for Runtime { type QueueFootprinter = ParaInclusion; type NextSessionRotation = Babe; type OnNewHead = Registrar; - type AssignCoretime = (); + type AssignCoretime = CoretimeAssignmentProvider; } parameter_types! {