Skip to content

Commit

Permalink
kusama-runtime: disable arbitrary XCM execution
Browse files Browse the repository at this point in the history
  • Loading branch information
acatangiu committed Mar 28, 2024
1 parent e792ef7 commit 078273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/kusama/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl pallet_xcm::Config for Runtime {
type XcmRouter = XcmRouter;
// Anyone can execute XCM messages locally.
type ExecuteXcmOrigin = xcm_builder::EnsureXcmOrigin<RuntimeOrigin, LocalOriginToLocation>;
type XcmExecuteFilter = Everything;
type XcmExecuteFilter = Nothing;
type XcmExecutor = xcm_executor::XcmExecutor<XcmConfig>;
// Anyone is able to use teleportation regardless of who they are and what they want to
// teleport.
Expand Down

0 comments on commit 078273a

Please sign in to comment.