mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
docker/lnd: start container w/o prompting user for wallet passphrase
In this commit we restore the prior workflow of the docker-compose set up with have to allow developers to quickly erect an lnd+btcd instance. In a recent change, we now prompt the user for a passphrase that will be used to encrypt the wallet database. This affected the prior workflow, as it assumed set up was non-interactive. In this commit we restore the prior behavior as we now start the lnd nodes with --noencryptwallet.
This commit is contained in:
parent
a559319543
commit
5ced45af01
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ NETWORK=$(set_default "$NETWORK" "simnet")
|
|||
CHAIN=$(set_default "$CHAIN" "bitcoin")
|
||||
|
||||
lnd \
|
||||
--noencryptwallet
|
||||
--logdir="/data" \
|
||||
"--$CHAIN.rpccert"="/rpc/rpc.cert" \
|
||||
"--$CHAIN.active" \
|
||||
|
|
Loading…
Add table
Reference in a new issue