Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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