Skip to content

Commit

Permalink
Merge pull request #2574 from Assh-codes/patch-2
Browse files Browse the repository at this point in the history
fix _do_stake incorrect arguments error in staking.py
  • Loading branch information
thewhaleking authored Jan 13, 2025
2 parents b3c0ab7 + 66cd437 commit b0ff5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bittensor/core/extrinsics/staking.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def __do_add_stake_single(
raise NotDelegateError("Hotkey: {} is not a delegate.".format(hotkey_ss58))

success = _do_stake(
self=subtensor,
wallet=wallet,
hotkey_ss58=hotkey_ss58,
amount=amount,
Expand Down

0 comments on commit b0ff5c2

Please sign in to comment.