mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
print fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user