Skip to content

Commit

Permalink
Remove migrations used to properly initialize storage versions at `hu…
Browse files Browse the repository at this point in the history
…manode-runtime` (#1431)

Remove migrations for storage version initializer
  • Loading branch information
dmitrylavrenov authored Feb 10, 2025
1 parent 0ce59e0 commit 331a20e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,13 +881,6 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
storage_version_initializer::StorageVersionInitializer<DummyPrecompilesCode, Runtime>,
storage_version_initializer::StorageVersionInitializer<
BalancedCurrencySwapBridgesInitializer,
Runtime,
>,
),
>;

impl frame_system::offchain::CreateSignedTransaction<RuntimeCall> for Runtime {
Expand Down

0 comments on commit 331a20e

Please sign in to comment.