Add period at the end of the phrase (#681)

This commit is contained in:
whileunless
2024-12-19 17:48:19 +01:00
committed by GitHub
parent d98d166df1
commit aced665d9e

View File

@@ -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