Skip to content

Commit 9051a10

Browse files
authored
Merge pull request #669 from opentensor/fix/thewhaleking/broken-childkey-take
Childkey take was incorrectly labeled.
2 parents c912d6e + 97cfcc3 commit 9051a10

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
@@ -5246,7 +5246,7 @@ def stake_childkey_take(
52465246
network: Optional[list[str]] = Options.network,
52475247
child_hotkey_ss58: Optional[str] = typer.Option(
52485248
None,
5249-
"child-hotkey-ss58",
5249+
"--child-hotkey-ss58",
52505250
help="The hotkey SS58 to designate as child (not specifying will use the provided wallet's hotkey)",
52515251
prompt=False,
52525252
),
@@ -5323,7 +5323,7 @@ def stake_childkey_take(
53235323
subtensor=self.initialize_chain(network),
53245324
netuid=netuid,
53255325
take=take,
5326-
hotkey=hotkey,
5326+
hotkey=child_hotkey_ss58,
53275327
wait_for_inclusion=wait_for_inclusion,
53285328
wait_for_finalization=wait_for_finalization,
53295329
prompt=prompt,

0 commit comments

Comments
 (0)