WIP Use clearnet connections for clearnet LND nodes

This commit is contained in:
2022-03-10 11:53:40 -06:00
parent c25e3632af
commit f8a59b9720
3 changed files with 11 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ template "#{lnd_dir}/lnd.conf" do
lnd_basefee: node['lnd']['basefee'],
lnd_feerate: node['lnd']['feerate'],
lnd_dir: lnd_dir,
lnd_tor: node['lnd']['tor'],
auto_unlock: node['lnd']['auto_unlock'],
bitcoin_datadir: node['bitcoin']['datadir'],
bitcoin_rpc_user: node['bitcoin']['conf']['rpcuser'],