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 @@ -5229,7 +5229,7 @@ def stake_childkey_take(
network: Optional[list[str]] = Options.network,
child_hotkey_ss58: Optional[str] = typer.Option(
None,
"child-hotkey-ss58",
"--child-hotkey-ss58",
help="The hotkey SS58 to designate as child (not specifying will use the provided wallet's hotkey)",
prompt=False,
),
Expand Down Expand Up @@ -5306,7 +5306,7 @@ def stake_childkey_take(
subtensor=self.initialize_chain(network),
netuid=netuid,
take=take,
hotkey=hotkey,
hotkey=child_hotkey_ss58,
wait_for_inclusion=wait_for_inclusion,
wait_for_finalization=wait_for_finalization,
prompt=prompt,
Expand Down
Loading