Skip to content

Commit b5cfad3

Browse files
authored
Merge pull request #2157 from opentensor/set-pays-yes-extrinsic
Set set_coldkey_auto_stake_hotkey to Pays::Yes
2 parents 34a774f + c1dde79 commit b5cfad3

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
@@ -2210,7 +2210,7 @@ mod dispatches {
22102210
#[pallet::call_index(114)]
22112211
#[pallet::weight((Weight::from_parts(29_930_000, 0)
22122212
.saturating_add(T::DbWeight::get().reads(4_u64))
2213-
.saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::No))]
2213+
.saturating_add(T::DbWeight::get().writes(2_u64)), DispatchClass::Normal, Pays::Yes))]
22142214
pub fn set_coldkey_auto_stake_hotkey(
22152215
origin: T::RuntimeOrigin,
22162216
netuid: NetUid,

0 commit comments

Comments
 (0)