diff --git a/cashu/wallet/cli/cli.py b/cashu/wallet/cli/cli.py index 824ec80..00fc883 100644 --- a/cashu/wallet/cli/cli.py +++ b/cashu/wallet/cli/cli.py @@ -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