lnd: remove redundant option 'bitcoind-host'

Also set bitcoind rpc port.
This commit is contained in:
Erik Arvstedt 2020-10-16 17:43:06 +02:00
parent b1a8629223
commit 1935c252ec
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 4 additions and 11 deletions

View file

@ -279,7 +279,6 @@ in {
"${netns.lnd.address}"
"127.0.0.1"
];
bitcoind-host = netns.bitcoind.address;
cliExec = mkCliExec "lnd";
};