diff --git a/terminal.go b/terminal.go index 527ac642a..443dcafbf 100644 --- a/terminal.go +++ b/terminal.go @@ -346,6 +346,7 @@ func (g *LightningTerminal) startSubservers() error { case <-ctxc.Done(): } }() + g.lndClient, err = lndclient.NewLndServices( &lndclient.LndServicesConfig{ LndAddress: host,