Skip to content

Commit

Permalink
Refactor as paritytech/substrate#10043 suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jan 17, 2022
1 parent 2f2b4b2 commit 19f9862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
>;

type EnsureRootOrHalfCouncil = EnsureOneOf<
Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
>;

construct_runtime! {
Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,,
>;

construct_runtime! {
Expand Down

0 comments on commit 19f9862

Please sign in to comment.