Add CallDispatcher

This commit is contained in:
Keith Yeung
2022-08-24 22:45:57 +08:00
parent 9ee4759fcf
commit 187c47a682
@@ -188,6 +188,7 @@ impl xcm_executor::Config for XcmConfig {
type FeeManager = ();
type MessageExporter = ();
type UniversalAliases = Nothing;
type CallDispatcher = Call;
}
/// No local origins on this chain are allowed to dispatch XCM sends/executions.