Skip to content

Commit

Permalink
add migration for XcmpQueue pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 23, 2024
1 parent 1c9262a commit 6bc0346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-parachains/encointer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ pub type Migrations = (
pallet_balances::migration::ResetInactive<Runtime>,
//then apply the proper migration as we should have done earlier
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
);

/// Executive: handles dispatch to the various modules.
Expand Down

0 comments on commit 6bc0346

Please sign in to comment.