From bee0243828cbf997e49b7b03709d0b0530c10880 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 17 Sep 2022 01:57:15 +0300 Subject: [PATCH] print fix --- wallet/cashu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wallet/cashu.py b/wallet/cashu.py index af861dc..7b0a69e 100755 --- a/wallet/cashu.py +++ b/wallet/cashu.py @@ -154,5 +154,4 @@ async def pay(ctx, invoice: str): return _, send_proofs = await wallet.split_to_send(wallet.proofs, amount) await wallet.pay_lightning(send_proofs, amount, invoice) - print("Invoice paid.") wallet.status()