Skip to content

Commit b0ff5c2

Browse files
authored
Merge pull request #2574 from Assh-codes/patch-2
fix _do_stake incorrect arguments error in staking.py
2 parents b3c0ab7 + 66cd437 commit b0ff5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bittensor/core/extrinsics/staking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def __do_add_stake_single(
122122
raise NotDelegateError("Hotkey: {} is not a delegate.".format(hotkey_ss58))
123123

124124
success = _do_stake(
125+
self=subtensor,
125126
wallet=wallet,
126127
hotkey_ss58=hotkey_ss58,
127128
amount=amount,

0 commit comments

Comments
 (0)