mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update lndgrpc.py
This commit is contained in:
parent
77e849f056
commit
8db35ca1af
@ -37,8 +37,8 @@ class LndWallet(Wallet):
|
||||
)
|
||||
|
||||
lndResponse = lnd_rpc.add_invoice(
|
||||
memo = "mem",
|
||||
value = 20,
|
||||
memo = mem,
|
||||
value = amount,
|
||||
expiry = 600,
|
||||
private = True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user