Skip to content

Commit

Permalink
correct instance
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Sep 27, 2023
1 parent d959802 commit a9474a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ pub mod migrations {
parachains_configuration::migration::v9::MigrateToV9<Runtime>,
paras_registrar::migration::VersionCheckedMigrateToV1<Runtime, ()>,
pallet_referenda::migration::v1::MigrateV0ToV1<Runtime, ()>,
pallet_referenda::migration::v1::MigrateV0ToV1<Runtime, FellowshipReferenda>,
pallet_referenda::migration::v1::MigrateV0ToV1<Runtime, pallet_referenda::Instance2>,
);
}

Expand Down

0 comments on commit a9474a6

Please # to comment.