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

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