Skip to content

Commit

Permalink
Add period at the end of the phrase (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
whileunless authored Dec 19, 2024
1 parent d98d166 commit aced665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/wallet/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ async def pay(
melt_response.state
and MintQuoteState(melt_response.state) == MintQuoteState.paid
):
print(" Invoice paid", end="", flush=True)
print(" Invoice paid.", end="", flush=True)
if (
melt_response.payment_preimage
and melt_response.payment_preimage != "0" * 64
Expand Down

0 comments on commit aced665

Please sign in to comment.