We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973558 commit b78da82Copy full SHA for b78da82
crates/humanode-runtime/src/lib.rs
@@ -929,11 +929,7 @@ pub type Executive = frame_executive::Executive<
929
AllPalletsWithSystem,
930
(
931
init_storage_version::InitStorageVersion<DummyPrecompilesCode, Runtime>,
932
- pallet_dummy_precompiles_code::UpgradeInit<Runtime>,
933
init_storage_version::InitStorageVersion<BalancedCurrencySwapBridgesInitializer, Runtime>,
934
- pallet_balanced_currency_swap_bridges_initializer::UpgradeInit<Runtime>,
935
- pallet_erc20_support::MigrationV0ToV1<Runtime>,
936
- pallet_humanode_session::MigrationV0ToV1<Runtime>,
937
),
938
>;
939
0 commit comments