SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 260d50e9e73eabfcef82f13680c221275bc577ec
parent f8edcc93607111a6f647207181400ffd9ec98c08
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Thu, 11 Nov 2021 18:41:33 +1100

Switch back to admin.macaroon for now, required for some calls we
're using

Diffstat:
Mconfig.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py @@ -42,7 +42,7 @@ pay_method = "bitcoind" # lnd RPC port and lnd macaroon (uncomment) #lnd_rpcport = "10009" -#lnd_macaroon = "invoice.macaroon" +#lnd_macaroon = "admin.macaroon" # Check for payment every xx seconds