diff --git a/env.example b/env.example index 527657ae..09761f8c 100644 --- a/env.example +++ b/env.example @@ -9,6 +9,8 @@ #LND_CERT_PATH=~/.lnd/tls.cert #LND_MACAROON_PATH=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon #LND_LOG_DIR=~/.lnd/logs/bitcoin/mainnet/lnd.log +# Bypass LND entirely and daisychain off the bootstrap provider (testing only) +#USE_ONLY_LIQUIDITY_PROVIDER=false #BOOTSTRAP_PEER # A trusted peer that will hold a node-level account until channel automation becomes affordable diff --git a/src/services/main/settings.ts b/src/services/main/settings.ts index c9594ffe..f6c7dffe 100644 --- a/src/services/main/settings.ts +++ b/src/services/main/settings.ts @@ -172,7 +172,8 @@ export const LoadLiquiditySettingsFromEnv = (dbEnv: Record