Skip to content

Commit 7105038

Browse files
author
Roman
committed
update sync extrinsic
1 parent 9f907b6 commit 7105038

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bittensor/core/extrinsics/registration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ def set_subnet_identity_extrinsic(
489489
wait_for_finalization=wait_for_finalization,
490490
)
491491

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+
492495
if success:
493496
logging.success(
494497
f":white_heavy_check_mark: [green]Identities for subnet[/green] [blue]{netuid}[/blue] [green]are set.[/green]"

0 commit comments

Comments
 (0)