lnd: fix rpc/rest port configuration

This commit is contained in:
Martin Milata 2020-12-07 14:38:36 +01:00
parent ff7f5cc3bd
commit 5feb9e3eae
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ let
tlskeypath=${secretsDir}/lnd-key
listen=${toString cfg.listen}:${toString cfg.listenPort}
rpclisten=${cfg.rpclisten}
restlisten=${cfg.restlisten}
rpclisten=${cfg.rpclisten}:${toString cfg.rpcPort}
restlisten=${cfg.restlisten}:${toString cfg.restPort}
bitcoin.${bitcoind.network}=1
bitcoin.active=1