print fix

This commit is contained in:
callebtc
2022-09-17 01:57:15 +03:00
parent 5338c642cb
commit bee0243828

View File

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