Skip to content

Commit c1dde79

Browse files
Set set_coldkey_auto_stake_hotkey to Pays::Yes
1 parent 346986b commit c1dde79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/dispatches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ mod dispatches {
22062206
#[pallet::call_index(114)]
22072207
#[pallet::weight((Weight::from_parts(29_930_000, 0)
22082208
.saturating_add(T::DbWeight::get().reads(4_u64))
2209-
.saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::No))]
2209+
.saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::Yes))]
22102210
pub fn set_coldkey_auto_stake_hotkey(
22112211
origin: T::RuntimeOrigin,
22122212
netuid: NetUid,

0 commit comments

Comments
 (0)