Skip to content

Commit 4dd4d03

Browse files
committed
downgrade dispatch classes fromn operational to normal
1 parent b51a068 commit 4dd4d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/admin-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)