Skip to content

Commit

Permalink
Update runtimes/eden/src/pallets_parachain.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Sedighi <alex@nodle.com>
  • Loading branch information
simonsso and aliXsed authored Feb 26, 2024
1 parent 626a0f7 commit 14ee79e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtimes/eden/src/pallets_parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
type XcmpMessageHandler = XcmpQueue;
type ReservedXcmpWeight = ();
type CheckAssociatedRelayNumber = RelayNumberStrictlyIncreases;
// TODO cleanup and check
// type DmpQueue = frame_support::traits::EnqueueWithOrigin<MessageQueue, RelayOrigin>;
// type DmpQueue = frame_support::traits::EnqueueWithOrigin<(), sp_core::ConstU8<0>>;
type DmpQueue = frame_support::traits::EnqueueWithOrigin<MessageQueue, RelayOrigin>;
type WeightInfo = ();
}
Expand Down

0 comments on commit 14ee79e

Please sign in to comment.