Skip to content

Commit

Permalink
[runtime] fix: configure the Multiblock migrator without configuring …
Browse files Browse the repository at this point in the history
…multiblock migrations
  • Loading branch information
clangenb committed Jun 4, 2024
1 parent 7320a18 commit 4ec23af
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 @@ -381,7 +381,7 @@ impl frame_system::Config for Runtime {
// Once it is supported, we want to switch to the pallet-migrations, but we **must** ensure
// that we remove the migrations from the `Executive` to prevent running the migrations twice.
type SingleBlockMigrations = ();
type MultiBlockMigrator = ();
type MultiBlockMigrator = pallet_migrations::Pallet<Runtime>;
type PreInherents = ();
type PostInherents = ();
type PostTransactions = ();
Expand Down

0 comments on commit 4ec23af

Please sign in to comment.