Skip to content

Commit

Permalink
Remove a comment on unnecessary type qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 28, 2023
1 parent d4557dd commit 49b73b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime/devnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ impl frame_system::Config for Runtime {
/// The action to take on a Runtime Upgrade
type OnSetCode = cumulus_pallet_parachain_system::ParachainSetCode<Self>;
/// The maximum number of consumers allowed on a single account.
// SBP-M1 review: unnecessary qualification
type MaxConsumers = frame_support::traits::ConstU32<16>;
}

Expand Down
1 change: 0 additions & 1 deletion runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ impl frame_system::Config for Runtime {
/// The action to take on a Runtime Upgrade
type OnSetCode = cumulus_pallet_parachain_system::ParachainSetCode<Self>;
/// The maximum number of consumers allowed on a single account.
// SBP-M1 review: unnecessary qualification
type MaxConsumers = frame_support::traits::ConstU32<16>;
}

Expand Down

0 comments on commit 49b73b1

Please sign in to comment.