From aced665d9e6b61553aa5cd3b1a17ed6bf3df0d2c Mon Sep 17 00:00:00 2001 From: whileunless <160837828+whileunless@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:48:19 +0100 Subject: [PATCH] Add period at the end of the phrase (#681) --- cashu/wallet/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/cli/cli.py b/cashu/wallet/cli/cli.py index 824ec807..00fc883c 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