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.
1 parent 0a41ca6 commit c40b0ccCopy full SHA for c40b0cc
pallets/subtensor/src/macros/dispatches.rs
@@ -1672,7 +1672,7 @@ mod dispatches {
1672
#[pallet::call_index(84)]
1673
#[pallet::weight((Weight::from_parts(358_500_000, 0)
1674
.saturating_add(T::DbWeight::get().reads(38_u64))
1675
- .saturating_add(T::DbWeight::get().writes(21_u64)), DispatchClass::Operational, Pays::Yes))]
+ .saturating_add(T::DbWeight::get().writes(21_u64)), DispatchClass::Normal, Pays::Yes))]
1676
pub fn unstake_all_alpha(origin: OriginFor<T>, hotkey: T::AccountId) -> DispatchResult {
1677
Self::do_unstake_all_alpha(origin, hotkey)
1678
}
0 commit comments