Skip to content

Commit 60370c9

Browse files
authored
fix spelling error
1 parent a38c4bd commit 60370c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/commit_reveal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def commit_reveal_v3_extrinsic(
145145

146146
if success is True:
147147
logging.success(
148-
f"[green]Finalized![/green] Weights commited with reveal round [blue]{reveal_round}[/blue]."
148+
f"[green]Finalized![/green] Weights committed with reveal round [blue]{reveal_round}[/blue]."
149149
)
150150
return True, f"reveal_round:{reveal_round}"
151151
else:

0 commit comments

Comments
 (0)