From 775f8e4e5a2e315c05a077edc72d3093dd4014bc Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:14:02 +0200 Subject: [PATCH] clean config --- config.yaml.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index 980892a..377c6a5 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,10 +1,11 @@ -# Credentials for your node +# ----- Node credentials ----- + host: "127.0.0.1:10009" macaroon_path: "/home/bitcoin/.lnd/data/chain/bitcoin/mainnet/admin.macaroon" tls-path: "/home/bitcoin/.lnd/tls.cert" debug: true -# ----- Channel accept ----- +# ----- Channel openings ----- # Mode can either be "blacklist" or "whitelist" channel-mode: "blacklist"