From 516669814078a308e8de659979aa0f97e8d67eff Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Thu, 25 Aug 2022 21:18:07 +0800 Subject: [PATCH] Fixes --- pallets/xcmp-queue/src/mock.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/xcmp-queue/src/mock.rs b/pallets/xcmp-queue/src/mock.rs index 62d56bfbfb..bd30f52fb2 100644 --- a/pallets/xcmp-queue/src/mock.rs +++ b/pallets/xcmp-queue/src/mock.rs @@ -162,6 +162,7 @@ impl xcm_executor::Config for XcmConfig { type FeeManager = (); type MessageExporter = (); type UniversalAliases = Nothing; + type CallDispatcher = Call; } pub type XcmRouter = (