Update lndgrpc.py
This commit is contained in:
parent
77e849f056
commit
8db35ca1af
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue