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 a7819d1 + 1a96aa9 commit 9919f6aCopy full SHA for 9919f6a
bittensor/core/extrinsics/async_commit_reveal.py
@@ -143,7 +143,7 @@ async def commit_reveal_v3_extrinsic(
143
return False, message
144
145
logging.success(
146
- f"[green]Finalized![/green] Weights commited with reveal round [blue]{reveal_round}[/blue]."
+ f"[green]Finalized![/green] Weights committed with reveal round [blue]{reveal_round}[/blue]."
147
)
148
return True, f"reveal_round:{reveal_round}"
149
0 commit comments