Skip to content

Commit b551974

Browse files
committed
Passes prompt for pow_register
1 parent ef57a8c commit b551974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bittensor_cli/src/commands/subnets/subnets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,14 +1417,15 @@ async def pow_register(
14171417
use_cuda,
14181418
dev_id,
14191419
threads_per_block,
1420+
prompt: bool
14201421
):
14211422
"""Register neuron."""
14221423

14231424
await register_extrinsic(
14241425
subtensor,
14251426
wallet=wallet,
14261427
netuid=netuid,
1427-
prompt=True,
1428+
prompt=prompt,
14281429
tpb=threads_per_block,
14291430
update_interval=update_interval,
14301431
num_processes=processors,

0 commit comments

Comments
 (0)