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()