Skip to content

Commit

Permalink
Merge pull request #39 from paseo-network/al3mart/upgrade_session_keys
Browse files Browse the repository at this point in the history
UpgradeSessionKeys
  • Loading branch information
hbulgarini authored Feb 19, 2024
2 parents 5e64557 + d687548 commit 7622260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/paseo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ pub mod migrations {
/// Unreleased migrations. Add new ones here:
pub type Unreleased = (
// Upgrade SessionKeys to include BEEFY key
// UpgradeSessionKeys,
UpgradeSessionKeys,
pallet_nomination_pools::migration::versioned_migrations::V5toV6<Runtime>,
pallet_nomination_pools::migration::versioned_migrations::V6ToV7<Runtime>,
);
Expand Down

0 comments on commit 7622260

Please sign in to comment.