From b8b42d1475583ef356911a390c0794700b2df8ae Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Thu, 16 Jan 2020 12:42:03 +0000 Subject: [PATCH] Added read and invoice macs to lnd --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index c142b72..2839d94 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,8 @@ FLASK_ENV=development LND_API_ENDPOINT=https://mylnd.io/rest/ LND_ADMIN_MACAROON=LND_ADMIN_MACAROON +LND_INVOICE_MACAROON=LND_INVOICE_MACAROON +LND_READ_MACAROON=LND_READ_MACAROON LNTXBOT_API_ENDPOINT=https://lntxbot.bigsun.xyz/ LNTXBOT_ADMIN_KEY=LNTXBOT_ADMIN_KEY