Skip to content

Commit

Permalink
Merge pull request #264 from opentensor/feat/thewhaleking/update-chil…
Browse files Browse the repository at this point in the history
…dren-help

Update stake children help menu
  • Loading branch information
thewhaleking authored Dec 4, 2024
2 parents 5474a23 + 0b8782e commit eef8e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,7 @@ def stake_set_children(
prompt: bool = Options.prompt,
):
"""
Set child hotkeys on specified subnets.
Set child hotkeys on a specified subnet (or all). Overrides currently set children.
Users can specify the 'proportion' to delegate to child hotkeys (ss58 address). The sum of proportions cannot be greater than 1.
Expand Down Expand Up @@ -3744,7 +3744,7 @@ def stake_revoke_children(
prompt: bool = Options.prompt,
):
"""
Remove all children hotkeys on a specified subnet.
Remove all children hotkeys on a specified subnet (or all).
This command is used to remove delegated authority from all child hotkeys, removing their position and influence on the subnet.
Expand Down

0 comments on commit eef8e28

Please sign in to comment.