mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 03:24:18 +01:00
Add period at the end of the phrase (#681)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user