mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-07 19:38:13 +02:00
Update lnd.py
This commit is contained in:
parent
3b530d4d5e
commit
792b787f1a
@ -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…
x
Reference in New Issue
Block a user