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 9f907b6 commit 7105038Copy full SHA for 7105038
bittensor/core/extrinsics/registration.py
@@ -489,6 +489,9 @@ def set_subnet_identity_extrinsic(
489
wait_for_finalization=wait_for_finalization,
490
)
491
492
+ if not wait_for_finalization and not wait_for_inclusion:
493
+ return True, f"Identities for subnet {netuid} are sent to the chain."
494
+
495
if success:
496
logging.success(
497
f":white_heavy_check_mark: [green]Identities for subnet[/green] [blue]{netuid}[/blue] [green]are set.[/green]"
0 commit comments