docker/lnd/start-lnd.sh: pass noseedbackup instead of noencryptwallet

This commit is contained in:
Conner Fromknecht 2018-09-04 18:53:59 -07:00
parent 8e017465c0
commit 13e4fe2104
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -50,7 +50,7 @@ if [[ "$CHAIN" == "litecoin" ]]; then
fi
exec lnd \
--noencryptwallet \
--noseedbackup \
--logdir="/data" \
"--$CHAIN.active" \
"--$CHAIN.$NETWORK" \