Skip to content

Commit

Permalink
fix sequencing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Reif <Garandor@manta.network>
  • Loading branch information
Adam Reif authored and Adam Reif committed Aug 4, 2022
1 parent c59950c commit dc12ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,10 @@ construct_runtime!(
TechnicalCommittee: pallet_collective::<Instance2>::{Pallet, Call, Storage, Origin<T>, Event<T>, Config<T>} = 17,
TechnicalMembership: pallet_membership::<Instance2>::{Pallet, Call, Storage, Event<T>, Config<T>} = 18,

// Collator support. the order of these 5 are important and shall not change.
// Session must be included *before* AuthorInherent
// Collator suppot
AuthorInherent: pallet_author_inherent::{Pallet, Call, Storage, Inherent} = 60,
AuraAuthorFilter: pallet_aura_style_filter::{Pallet, Storage} = 63,
// The order of the next 4 is important and shall not change.
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
CollatorSelection: manta_collator_selection::{Pallet, Call, Storage, Event<T>, Config<T>} = 21,
Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 22,
Expand Down
4 changes: 2 additions & 2 deletions runtime/dolphin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@ construct_runtime!(
TechnicalCommittee: pallet_collective::<Instance2>::{Pallet, Call, Storage, Origin<T>, Event<T>, Config<T>} = 17,
TechnicalMembership: pallet_membership::<Instance2>::{Pallet, Call, Storage, Event<T>, Config<T>} = 18,

// Collator support. the order of these 5 are important and shall not change.
// Session must be included *before* AuthorInherent
// Collator support
AuthorInherent: pallet_author_inherent::{Pallet, Call, Storage, Inherent} = 60,
AuraAuthorFilter: pallet_aura_style_filter::{Pallet, Storage} = 63,
// The order of the next 4 is important and shall not change.
Authorship: pallet_authorship::{Pallet, Call, Storage} = 20,
CollatorSelection: manta_collator_selection::{Pallet, Call, Storage, Event<T>, Config<T>} = 21,
Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 22,
Expand Down

0 comments on commit dc12ea6

Please sign in to comment.