Skip to content

Commit 9a4d739

Browse files
committed
litd: trigger container build for new version
We need a new commit that has a tag attached to it directly in order to trigger the container build for the new major version.
1 parent f684b92 commit 9a4d739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terminal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ func (g *LightningTerminal) startSubservers() error {
346346
case <-ctxc.Done():
347347
}
348348
}()
349+
349350
g.lndClient, err = lndclient.NewLndServices(
350351
&lndclient.LndServicesConfig{
351352
LndAddress: host,

0 commit comments

Comments
 (0)