From 792b787f1ad0d57a4e421f564f414d0199f0bc45 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 17 Feb 2020 16:58:44 +0000 Subject: [PATCH] Update lnd.py --- lnbits/wallets/lnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/wallets/lnd.py b/lnbits/wallets/lnd.py index 3c59953..8525708 100644 --- a/lnbits/wallets/lnd.py +++ b/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: