Skip to content

Commit

Permalink
Migration should be pub (paritytech#12996)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored and ark0f committed Feb 27, 2023
1 parent c9731d7 commit 7d5fab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/scheduler/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub mod v3 {
}
}

mod v4 {
pub mod v4 {
use super::*;
use frame_support::pallet_prelude::*;

Expand Down

0 comments on commit 7d5fab1

Please sign in to comment.