Skip to content
Snippets Groups Projects
Commit 94f27a28 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Companion for #2953 (#418)

* Companion for #2953

* Fixes

* Fixes
parent 85160c4f
No related merge requests found
This diff is collapsed.
......@@ -356,6 +356,7 @@ impl pallet_xcm::Config for Runtime {
type SendXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
type XcmRouter = XcmRouter;
type ExecuteXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
type XcmExecuteFilter = All<(MultiLocation, xcm::v0::Xcm<Call>)>;
type XcmExecutor = XcmExecutor<XcmConfig>;
}
......
......@@ -341,6 +341,7 @@ impl pallet_xcm::Config for Runtime {
type SendXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
type XcmRouter = XcmRouter;
type ExecuteXcmOrigin = EnsureXcmOrigin<Origin, LocalOriginToLocation>;
type XcmExecuteFilter = All<(MultiLocation, xcm::v0::Xcm<Call>)>;
type XcmExecutor = XcmExecutor<XcmConfig>;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment