Skip to content

Commit

Permalink
litd: trigger container build for new version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Roasbeef committed Jun 21, 2021
1 parent f684b92 commit 9a4d739
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ func (g *LightningTerminal) startSubservers() error {
case <-ctxc.Done():
}
}()

g.lndClient, err = lndclient.NewLndServices(
&lndclient.LndServicesConfig{
LndAddress: host,
Expand Down

0 comments on commit 9a4d739

Please sign in to comment.