Skip to content

Commit

Permalink
Remove useless migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 8, 2024
1 parent 4973558 commit b78da82
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 @@ -929,11 +929,7 @@ pub type Executive = frame_executive::Executive<
AllPalletsWithSystem,
(
init_storage_version::InitStorageVersion<DummyPrecompilesCode, Runtime>,
pallet_dummy_precompiles_code::UpgradeInit<Runtime>,
init_storage_version::InitStorageVersion<BalancedCurrencySwapBridgesInitializer, 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 b78da82

Please sign in to comment.