docker/lnd/start-lnd.sh: pass noseedbackup instead of noencryptwallet
This commit is contained in:
parent
8e017465c0
commit
13e4fe2104
@ -50,7 +50,7 @@ if [[ "$CHAIN" == "litecoin" ]]; then
|
||||
fi
|
||||
|
||||
exec lnd \
|
||||
--noencryptwallet \
|
||||
--noseedbackup \
|
||||
--logdir="/data" \
|
||||
"--$CHAIN.active" \
|
||||
"--$CHAIN.$NETWORK" \
|
||||
|
Loading…
Reference in New Issue
Block a user