Skip to content

Commit d7decbf

Browse files
Added pallet fruniques migration to the RuntimeUpgrades. Updated hashed pallets package.
1 parent 470f4b8 commit d7decbf

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

Cargo.lock

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ pub type RuntimeUpgrades = (
144144
migrations::uniques::v0::MigrateToV1,
145145
migrations::vesting::v0::MigrateToV1,
146146
migrations::authorship::v0::Migrate,
147+
pallet_fruniques::migration::v0::MigrateToV1<Runtime>,
147148
migrations::general::GeneralMigration,
148149
migrations::identity_verifier::Migrate,
149150
migrations::aura_verifier::Migrate,

0 commit comments

Comments
 (0)