Skip to content

Commit 9919f6a

Browse files
authored
Merge pull request #2620 from Marcofann/fix/typos
Fix typos
2 parents a7819d1 + 1a96aa9 commit 9919f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/async_commit_reveal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def commit_reveal_v3_extrinsic(
143143
return False, message
144144

145145
logging.success(
146-
f"[green]Finalized![/green] Weights commited with reveal round [blue]{reveal_round}[/blue]."
146+
f"[green]Finalized![/green] Weights committed with reveal round [blue]{reveal_round}[/blue]."
147147
)
148148
return True, f"reveal_round:{reveal_round}"
149149

0 commit comments

Comments
 (0)