mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
bc3319a7d2
If we only set the --datadir flag then lnd will create empty directories (for letsencrypt and watchtower client) in the default user's home .lnd directory and will also pick up a config file from there if one exists. To instruct lnd to only act within the temp itest directory, we need to use the --lnddir flag instead. Using the --lnddir flag also overwrites the TLS cert/key path and the log dir, so we don't need to explicitly set those anymore. But we need to make sure the node's variables point to the correct default files/directories. |
||
---|---|---|
.. | ||
channels | ||
itest | ||
mock | ||
wait | ||
bitcoind_common.go | ||
bitcoind_notxindex.go | ||
bitcoind.go | ||
btcd.go | ||
doc.go | ||
fee_service_test.go | ||
fee_service.go | ||
harness_miner.go | ||
harness_net.go | ||
harness_node.go | ||
neutrino.go | ||
test_common.go | ||
timeouts_darwin.go | ||
timeouts_remote_db.go | ||
timeouts.go |