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.
2 parents c912d6e + 97cfcc3 commit 9051a10Copy full SHA for 9051a10
bittensor_cli/cli.py
@@ -5246,7 +5246,7 @@ def stake_childkey_take(
5246
network: Optional[list[str]] = Options.network,
5247
child_hotkey_ss58: Optional[str] = typer.Option(
5248
None,
5249
- "child-hotkey-ss58",
+ "--child-hotkey-ss58",
5250
help="The hotkey SS58 to designate as child (not specifying will use the provided wallet's hotkey)",
5251
prompt=False,
5252
),
@@ -5323,7 +5323,7 @@ def stake_childkey_take(
5323
subtensor=self.initialize_chain(network),
5324
netuid=netuid,
5325
take=take,
5326
- hotkey=hotkey,
+ hotkey=child_hotkey_ss58,
5327
wait_for_inclusion=wait_for_inclusion,
5328
wait_for_finalization=wait_for_finalization,
5329
prompt=prompt,
0 commit comments