File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1829,8 +1829,7 @@ pub mod pallet {
18291829 Weight :: from_parts( 5_771_000 , 0 )
18301830 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
18311831 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ,
1832- DispatchClass :: Operational ,
1833- Pays :: No
1832+ DispatchClass :: Operational
18341833 ) ) ]
18351834 pub fn sudo_set_admin_freeze_window ( origin : OriginFor < T > , window : u16 ) -> DispatchResult {
18361835 ensure_root ( origin) ?;
@@ -1846,8 +1845,7 @@ pub mod pallet {
18461845 Weight :: from_parts( 5_701_000 , 0 )
18471846 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . reads( 0_u64 ) )
18481847 . saturating_add( <T as frame_system:: Config >:: DbWeight :: get( ) . writes( 1_u64 ) ) ,
1849- DispatchClass :: Operational ,
1850- Pays :: No
1848+ DispatchClass :: Operational
18511849 ) ) ]
18521850 pub fn sudo_set_owner_hparam_rate_limit (
18531851 origin : OriginFor < T > ,
You can’t perform that action at this time.
0 commit comments