Skip to content

Commit

Permalink
Remove a comment on explicit pallet indices
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Dec 7, 2023
1 parent 353ebe4 commit 65fc384
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 @@ -696,7 +696,6 @@ impl pallet_nft_fractionalization::Config for Runtime {
construct_runtime!(
pub struct Runtime {
// System support stuff.
// SBP-M1 review: explicit pallet indices preferred - e.g. https://github.com/paritytech/extended-parachain-template/blob/3bec37d7844880d13e0a1f3253d1402500f83789/runtime/mainnet/src/lib.rs#L564
System: frame_system = 0,
ParachainSystem: cumulus_pallet_parachain_system = 1,
Timestamp: pallet_timestamp = 2,
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 @@ -696,7 +696,6 @@ impl pallet_nft_fractionalization::Config for Runtime {
construct_runtime!(
pub struct Runtime {
// System support stuff.
// SBP-M1 review: explicit pallet indices preferred - e.g. https://github.com/paritytech/extended-parachain-template/blob/3bec37d7844880d13e0a1f3253d1402500f83789/runtime/mainnet/src/lib.rs#L564
System: frame_system = 0,
ParachainSystem: cumulus_pallet_parachain_system = 1,
Timestamp: pallet_timestamp = 2,
Expand Down

0 comments on commit 65fc384

Please sign in to comment.