mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
Update lndgrpc.py
This commit is contained in:
@@ -37,8 +37,8 @@ class LndWallet(Wallet):
|
|||||||
)
|
)
|
||||||
|
|
||||||
lndResponse = lnd_rpc.add_invoice(
|
lndResponse = lnd_rpc.add_invoice(
|
||||||
memo = "mem",
|
memo = mem,
|
||||||
value = 20,
|
value = amount,
|
||||||
expiry = 600,
|
expiry = 600,
|
||||||
private = True
|
private = True
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user