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 346986b commit c1dde79Copy full SHA for c1dde79
pallets/subtensor/src/macros/dispatches.rs
@@ -2206,7 +2206,7 @@ mod dispatches {
2206
#[pallet::call_index(114)]
2207
#[pallet::weight((Weight::from_parts(29_930_000, 0)
2208
.saturating_add(T::DbWeight::get().reads(4_u64))
2209
- .saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::No))]
+ .saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::Yes))]
2210
pub fn set_coldkey_auto_stake_hotkey(
2211
origin: T::RuntimeOrigin,
2212
netuid: NetUid,
0 commit comments