Skip to content

Commit

Permalink
contracts-rococo migration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Nov 13, 2023
1 parent 948512e commit c03926b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ pub type UncheckedExtrinsic =
/// Migrations to apply on runtime upgrade.
pub type Migrations = (
cumulus_pallet_parachain_system::migration::Migration<Runtime>,
cumulus_pallet_xcmp_queue::migration::v2::MigrationToV2<Runtime>,
cumulus_pallet_xcmp_queue::migration::v3::MigrationToV3<Runtime>,
pallet_contracts::Migration<Runtime>,
// unreleased
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
Expand Down

0 comments on commit c03926b

Please sign in to comment.