From 319073e6b9a228277f918763fb91e8f395fe145b Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Fri, 12 Dec 2025 14:45:37 -0500 Subject: [PATCH] skip lnd env --- env.example | 2 ++ src/services/main/settings.ts | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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