Skip to content

Commit

Permalink
Cleanup old migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea authored Oct 10, 2024
1 parent fea3b49 commit c66cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ where
// Box::new(remove_collectives_addresses),
// Box::new(MigrateCodeToStateTrieV1::<Runtime>(Default::default())),
// completed in runtime 3200
Box::new(MigrateXcmFeesAssetsMeatdata::<Runtime>(Default::default())),
// Box::new(MigrateXcmFeesAssetsMeatdata::<Runtime>(Default::default())),
// permanent migrations
Box::new(MigrateToLatestXcmVersion::<Runtime>(Default::default())),
Box::new(MigrateStakingParachainBondConfig::<Runtime>(
Expand Down

0 comments on commit c66cd82

Please sign in to comment.