This commit is contained in:
Keith Yeung
2022-09-27 14:52:04 +08:00
parent 4f88026e83
commit 9e309844a8
10 changed files with 14 additions and 15 deletions
@@ -344,7 +344,7 @@ impl xcm_executor::Config for XcmConfig {
type FeeManager = ();
type MessageExporter = ();
type UniversalAliases = Nothing;
type CallDispatcher = Call;
type CallDispatcher = RuntimeCall;
}
/// No local origins on this chain are allowed to dispatch XCM sends/executions.
@@ -424,7 +424,7 @@ impl xcm_executor::Config for XcmConfig {
type FeeManager = ();
type MessageExporter = ();
type UniversalAliases = Nothing;
type CallDispatcher = Call;
type CallDispatcher = RuntimeCall;
}
/// Local origins on this chain are allowed to dispatch XCM sends/executions.