mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
print fix
This commit is contained in:
@@ -154,5 +154,4 @@ async def pay(ctx, invoice: str):
|
|||||||
return
|
return
|
||||||
_, send_proofs = await wallet.split_to_send(wallet.proofs, amount)
|
_, send_proofs = await wallet.split_to_send(wallet.proofs, amount)
|
||||||
await wallet.pay_lightning(send_proofs, amount, invoice)
|
await wallet.pay_lightning(send_proofs, amount, invoice)
|
||||||
print("Invoice paid.")
|
|
||||||
wallet.status()
|
wallet.status()
|
||||||
|
|||||||
Reference in New Issue
Block a user