We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a5fc4 commit 97cfcc3Copy full SHA for 97cfcc3
bittensor_cli/cli.py
@@ -5229,7 +5229,7 @@ def stake_childkey_take(
5229
network: Optional[list[str]] = Options.network,
5230
child_hotkey_ss58: Optional[str] = typer.Option(
5231
None,
5232
- "child-hotkey-ss58",
+ "--child-hotkey-ss58",
5233
help="The hotkey SS58 to designate as child (not specifying will use the provided wallet's hotkey)",
5234
prompt=False,
5235
),
@@ -5306,7 +5306,7 @@ def stake_childkey_take(
5306
subtensor=self.initialize_chain(network),
5307
netuid=netuid,
5308
take=take,
5309
- hotkey=hotkey,
+ hotkey=child_hotkey_ss58,
5310
wait_for_inclusion=wait_for_inclusion,
5311
wait_for_finalization=wait_for_finalization,
5312
prompt=prompt,
0 commit comments