Browse Source

Update lnd.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
792b787f1a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/wallets/lnd.py

2
lnbits/wallets/lnd.py

@ -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…
Cancel
Save