Skip to content

Commit

Permalink
minor coments
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 22, 2024
1 parent aaceaf9 commit 1a23394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime {
// Using AnyRelayNumber only for the development & demo environments,
// to be able to recover quickly from a relay chains issue
type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::AnyRelayNumber;
type WeightInfo = (); //TODO-1.7 check weights
type WeightInfo = (); // Using weights for recomented hardware
type OnSystemEvent = ();
type OutboundXcmpMessageSource = XcmpQueue;
type ReservedDmpWeight = ReservedDmpWeight;
Expand All @@ -316,7 +316,7 @@ parameter_types! {

impl pallet_message_queue::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type WeightInfo = (); //TODO-1.7 check weights
type WeightInfo = (); // Using weights for recomented hardware
#[cfg(feature = "runtime-benchmarks")]
type MessageProcessor =
pallet_message_queue::mock_helpers::NoopMessageProcessor<AggregateMessageOrigin>;
Expand Down

0 comments on commit 1a23394

Please sign in to comment.