Update lndgrpc.py

This commit is contained in:
Arc 2020-04-03 12:27:07 +01:00 committed by GitHub
parent 77e849f056
commit 8db35ca1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ class LndWallet(Wallet):
)
lndResponse = lnd_rpc.add_invoice(
memo = "mem",
value = 20,
memo = mem,
value = amount,
expiry = 600,
private = True
)