Update lnd.py
This commit is contained in:
parent
3b530d4d5e
commit
792b787f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class LndWallet(Wallet):
|
|||
r = post(
|
||||
url=f"{self.endpoint}/v1/invoices",
|
||||
headers=self.auth_admin, verify=False,
|
||||
json={"value": "100", "memo": memo, "private": True},
|
||||
json={"value": amount, "memo": memo, "private": True},
|
||||
)
|
||||
|
||||
if r.ok:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue