Skip to content

Commit

Permalink
Merge pull request #2620 from Marcofann/fix/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
thewhaleking authored Feb 4, 2025
2 parents a7819d1 + 1a96aa9 commit 9919f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/core/extrinsics/async_commit_reveal.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def commit_reveal_v3_extrinsic(
return False, message

logging.success(
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]."
)
return True, f"reveal_round:{reveal_round}"

Expand Down

0 comments on commit 9919f6a

Please sign in to comment.