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
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";
};