diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index ee6f3e8797..976a7287f5 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -2011,7 +2011,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - crate::migrations::UpgradeDevelopment1034, + crate::migrations::UpgradeDevelopment1035, >; impl fp_self_contained::SelfContainedCall for RuntimeCall {