Skip to content

Commit 97cfcc3

Browse files
committed
Childkey take was incorrectly labeled.
1 parent 43a5fc4 commit 97cfcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5229,7 +5229,7 @@ def stake_childkey_take(
52295229
network: Optional[list[str]] = Options.network,
52305230
child_hotkey_ss58: Optional[str] = typer.Option(
52315231
None,
5232-
"child-hotkey-ss58",
5232+
"--child-hotkey-ss58",
52335233
help="The hotkey SS58 to designate as child (not specifying will use the provided wallet's hotkey)",
52345234
prompt=False,
52355235
),
@@ -5306,7 +5306,7 @@ def stake_childkey_take(
53065306
subtensor=self.initialize_chain(network),
53075307
netuid=netuid,
53085308
take=take,
5309-
hotkey=hotkey,
5309+
hotkey=child_hotkey_ss58,
53105310
wait_for_inclusion=wait_for_inclusion,
53115311
wait_for_finalization=wait_for_finalization,
53125312
prompt=prompt,

0 commit comments

Comments
 (0)