mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-15 18:13:36 +02:00
docker/lnd/start-lnd.sh: pass noseedbackup instead of noencryptwallet
This commit is contained in:
@@ -50,7 +50,7 @@ if [[ "$CHAIN" == "litecoin" ]]; then
|
||||
fi
|
||||
|
||||
exec lnd \
|
||||
--noencryptwallet \
|
||||
--noseedbackup \
|
||||
--logdir="/data" \
|
||||
"--$CHAIN.active" \
|
||||
"--$CHAIN.$NETWORK" \
|
||||
|
Reference in New Issue
Block a user