We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99a542b + 534e578 commit 1426ed1Copy full SHA for 1426ed1
pallets/subtensor/src/macros/dispatches.rs
@@ -1584,7 +1584,7 @@ mod dispatches {
1584
#[pallet::call_index(84)]
1585
#[pallet::weight((Weight::from_parts(358_500_000, 0)
1586
.saturating_add(T::DbWeight::get().reads(36_u64))
1587
- .saturating_add(T::DbWeight::get().writes(21_u64)), DispatchClass::Operational, Pays::Yes))]
+ .saturating_add(T::DbWeight::get().writes(21_u64)), DispatchClass::Normal, Pays::Yes))]
1588
pub fn unstake_all_alpha(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
1589
Self::do_unstake_all_alpha(origin, hotkey)
1590
}
0 commit comments