diff --git a/relay/kusama/src/xcm_config.rs b/relay/kusama/src/xcm_config.rs index 8fbcafa8b4..6fc31f3108 100644 --- a/relay/kusama/src/xcm_config.rs +++ b/relay/kusama/src/xcm_config.rs @@ -262,7 +262,8 @@ impl pallet_xcm::Config for Runtime { type RuntimeEvent = RuntimeEvent; // This is basically safe to enable for everyone (safe the possibility of someone spamming the // parachain if they're willing to pay the KSM to send from the Relay-chain). - type SendXcmOrigin = xcm_builder::EnsureXcmOrigin; + type SendXcmOrigin = + xcm_builder::EnsureXcmOrigin; type XcmRouter = XcmRouter; // Anyone can execute XCM messages locally. type ExecuteXcmOrigin = xcm_builder::EnsureXcmOrigin;