Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a428042

Browse files
authored
add UmpSink config (#5032)
1 parent 467544f commit a428042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/polkadot/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,8 @@ parameter_types! {
12101210

12111211
impl parachains_ump::Config for Runtime {
12121212
type Event = Event;
1213-
type UmpSink = ();
1213+
type UmpSink =
1214+
crate::parachains_ump::XcmSink<xcm_executor::XcmExecutor<xcm_config::XcmConfig>, Runtime>;
12141215
type FirstMessageFactorPercent = FirstMessageFactorPercent;
12151216
type ExecuteOverweightOrigin = EnsureRoot<AccountId>;
12161217
}

0 commit comments

Comments
 (0)