Skip to content

Commit

Permalink
remove executed migration
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 29, 2022
1 parent c68ac90 commit 1639528
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1765,14 +1765,8 @@ pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
/// Extrinsic type that has already been checked.
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, Call, SignedExtra>;
/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Runtime,
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
module_incentives::migration::ClearDexSavingRewardRates<Runtime>,
>;
pub type Executive =
frame_executive::Executive<Runtime, Block, frame_system::ChainContext<Runtime>, Runtime, AllPalletsWithSystem, ()>;

#[cfg(feature = "runtime-benchmarks")]
#[macro_use]
Expand Down

0 comments on commit 1639528

Please sign in to comment.