Support xcm local execution in xcm-handler. (#357)

* Support xcm local execution in xcm handler.

* Add docs.
This commit is contained in:
Shaun Wang
2021-03-10 10:57:44 +13:00
committed by GitHub
parent c7d2446ba5
commit cb5a244f3d
4 changed files with 27 additions and 2 deletions
+1
View File
@@ -290,6 +290,7 @@ impl cumulus_pallet_xcm_handler::Config for Runtime {
type UpwardMessageSender = ParachainSystem;
type HrmpMessageSender = ParachainSystem;
type SendXcmOrigin = EnsureRoot<AccountId>;
type AccountIdConverter = LocationConverter;
}
construct_runtime! {