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"