Skip to content

Commit

Permalink
fix: missed renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Dec 4, 2023
1 parent 73f19f1 commit 14abf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
crate::migrations::UpgradeDevelopment1034,
crate::migrations::UpgradeDevelopment1035,
>;

impl fp_self_contained::SelfContainedCall for RuntimeCall {
Expand Down

0 comments on commit 14abf7d

Please sign in to comment.