Skip to content

Commit

Permalink
Don't run useless migrations at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 21, 2024
1 parent c5d8330 commit e14e9b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -887,10 +887,6 @@ pub type Executive = frame_executive::Executive<
BalancedCurrencySwapBridgesInitializer,
Runtime,
>,
pallet_dummy_precompiles_code::UpgradeInit<Runtime>,
pallet_balanced_currency_swap_bridges_initializer::UpgradeInit<Runtime>,
pallet_erc20_support::MigrationV0ToV1<Runtime>,
pallet_humanode_session::MigrationV0ToV1<Runtime>,
),
>;

Expand Down

0 comments on commit e14e9b8

Please sign in to comment.