File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1685,7 +1685,7 @@ pub mod pallet {
16851685 #[ pallet:: weight( (
16861686 Weight :: from_parts( 3_918_000 , 0 ) // TODO: add benchmarks
16871687 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
1688- DispatchClass :: Operational ,
1688+ DispatchClass :: Normal ,
16891689 Pays :: Yes
16901690 ) ) ]
16911691 pub fn sudo_set_subnet_owner_hotkey (
Original file line number Diff line number Diff line change @@ -2413,7 +2413,7 @@ mod dispatches {
24132413 Weight :: from_parts( 5_711_000 , 0 )
24142414 . saturating_add( T :: DbWeight :: get( ) . reads( 0_u64 ) )
24152415 . saturating_add( T :: DbWeight :: get( ) . writes( 1_u64 ) ) ,
2416- DispatchClass :: Operational ,
2416+ DispatchClass :: Normal ,
24172417 Pays :: Yes
24182418 ) ) ]
24192419 pub fn sudo_set_root_claim_threshold (
You can’t perform that action at this time.
0 commit comments