Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 17, 2024
1 parent 6a90c6f commit 4fedb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub type Executive = frame_executive::Executive<
// https://substrate.stackexchange.com/questions/10986/runtime-upgrade-for-parachainsystemhostconfiguration
type Migrations = (
// todo check how expensive that is.
pallet_identity::migration::versioned::V0ToV1<Runtime, { u64::MAX } >,
pallet_identity::migration::versioned::V0ToV1<Runtime, { u64::MAX }>,
// Track inactive funds of the teleporter account, currently we don't use that, but it doesn't
// hurt either.
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckingAccount>,
Expand Down

0 comments on commit 4fedb80

Please sign in to comment.