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