mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
lnwallet: require TLS for rpc client
This commit is contained in:
parent
ace1aca43c
commit
a5f0d3e56e
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ func (l *LightningWallet) Startup() error {
|
|||
// TODO(roasbeef): config...
|
||||
|
||||
rpcc, err := chain.NewClient(ActiveNetParams,
|
||||
l.cfg.RpcHost, l.cfg.RpcUser, l.cfg.RpcPass, l.cfg.CACert, true)
|
||||
l.cfg.RpcHost, l.cfg.RpcUser, l.cfg.RpcPass, l.cfg.CACert, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue