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