Skip to content

Commit 12a7284

Browse files
authored
fix typo async_commit_reveal.py
1 parent 313521d commit 12a7284

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)