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 12a7284 commit b8b8055Copy full SHA for b8b8055
bittensor/core/extrinsics/commit_reveal.py
@@ -145,7 +145,7 @@ def commit_reveal_v3_extrinsic(
145
146
if success is True:
147
logging.success(
148
- 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]."
149
)
150
return True, f"reveal_round:{reveal_round}"
151
else:
0 commit comments