We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb710a commit 5f9a68dCopy full SHA for 5f9a68d
images/lndbtc/lnd.conf
@@ -22,5 +22,3 @@ autopilot.active=false
22
tor.active=1
23
tor.socks=9050
24
tor.streamisolation=1
25
-
26
images/lndltc/entrypoint.sh
@@ -7,7 +7,7 @@ SCRIPT_PATH=$(dirname "$0")
7
cd "$SCRIPT_PATH" || exit 1
8
9
LND_DIR="/root/.lnd"
10
-LND_CONF="$LND_CONF/lnd.conf"
+LND_CONF="$LND_DIR/lnd.conf"
11
mkdir -p $LND_DIR
12
13
if [[ ! -e "$LND_CONF" ]]; then
images/lndltc/lnd.conf
@@ -22,6 +22,3 @@ autopilot.active=false
-[routing]
27
-routing.assumechanvalid=1
0 commit comments