File tree Expand file tree Collapse file tree 6 files changed +6
-36
lines changed Expand file tree Collapse file tree 6 files changed +6
-36
lines changed Original file line number Diff line number Diff line change @@ -192,13 +192,7 @@ where
192192 }
193193
194194 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
195- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
196- // pallet_identity
197- weight += Self :: check_identityof_storage ( ) ;
198- weight += Self :: check_subsof_storage ( ) ;
199- weight += Self :: check_registrars_storage ( ) ;
200-
201- weight
195+ frame_support:: weights:: Weight :: zero ( )
202196 }
203197
204198 #[ cfg( feature = "try-runtime" ) ]
Original file line number Diff line number Diff line change 7676 }
7777
7878 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
79- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
80- // pallet_multisig
81- weight += Self :: check_multisig_multisigs_storage ( ) ;
82-
83- weight
79+ frame_support:: weights:: Weight :: zero ( )
8480 }
8581
8682 #[ cfg( feature = "try-runtime" ) ]
Original file line number Diff line number Diff line change @@ -192,13 +192,7 @@ where
192192 }
193193
194194 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
195- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
196- // pallet_identity
197- weight += Self :: check_identityof_storage ( ) ;
198- weight += Self :: check_subsof_storage ( ) ;
199- weight += Self :: check_registrars_storage ( ) ;
200-
201- weight
195+ frame_support:: weights:: Weight :: zero ( )
202196 }
203197
204198 #[ cfg( feature = "try-runtime" ) ]
Original file line number Diff line number Diff line change 7676 }
7777
7878 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
79- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
80- // pallet_multisig
81- weight += Self :: check_multisig_multisigs_storage ( ) ;
82-
83- weight
79+ frame_support:: weights:: Weight :: zero ( )
8480 }
8581
8682 #[ cfg( feature = "try-runtime" ) ]
Original file line number Diff line number Diff line change @@ -192,13 +192,7 @@ where
192192 }
193193
194194 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
195- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
196- // pallet_identity
197- weight += Self :: check_identityof_storage ( ) ;
198- weight += Self :: check_subsof_storage ( ) ;
199- weight += Self :: check_registrars_storage ( ) ;
200-
201- weight
195+ frame_support:: weights:: Weight :: zero ( )
202196 }
203197
204198 #[ cfg( feature = "try-runtime" ) ]
Original file line number Diff line number Diff line change 7676 }
7777
7878 fn on_runtime_upgrade ( ) -> frame_support:: weights:: Weight {
79- let mut weight = frame_support:: weights:: Weight :: from_parts ( 0 , 0 ) ;
80- // pallet_multisig
81- weight += Self :: check_multisig_multisigs_storage ( ) ;
82-
83- weight
79+ frame_support:: weights:: Weight :: zero ( )
8480 }
8581
8682 #[ cfg( feature = "try-runtime" ) ]
You can’t perform that action at this time.
0 commit comments