This commit is contained in:
Keith Yeung
2022-08-25 21:18:07 +08:00
parent 5c54d38b42
commit 5166698140
+1
View File
@@ -162,6 +162,7 @@ impl xcm_executor::Config for XcmConfig {
type FeeManager = (); type FeeManager = ();
type MessageExporter = (); type MessageExporter = ();
type UniversalAliases = Nothing; type UniversalAliases = Nothing;
type CallDispatcher = Call;
} }
pub type XcmRouter = ( pub type XcmRouter = (