Skip to content

Commit

Permalink
fix: remove balance migration from runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Dec 1, 2023
1 parent ab0a221 commit 2451724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions runtime/altair/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ pub type UpgradeAltair1034 = (
xcm_v2_to_v3::SetSafeXcmVersion,
// Sets account codes for all precompiles
runtime_common::migrations::precompile_account_codes::Migration<crate::Runtime>,
// Converts the old account data to the new format
runtime_common::migrations::balances::Migration<crate::Runtime>,
);

mod asset_registry {
Expand Down
2 changes: 1 addition & 1 deletion runtime/centrifuge/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

pub type UpgradeCentrifuge1024 = runtime_common::migrations::balances::Migration<crate::Runtime>;
pub type UpgradeCentrifuge1024 = ();

0 comments on commit 2451724

Please sign in to comment.