File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -918,6 +918,7 @@ func (g *LightningTerminal) showStartupInfo() error {
918
918
// Node is locked.
919
919
info .status = "locked"
920
920
info .alias = "???? (node is locked)"
921
+ info .version = "???? (node is locked)"
921
922
} else {
922
923
info .status = "online"
923
924
info .alias = res .Alias
@@ -937,7 +938,7 @@ func (g *LightningTerminal) showStartupInfo() error {
937
938
// If there's an additional HTTP listener, list it as well.
938
939
listenAddr := g .cfg .HTTPSListen
939
940
if g .cfg .HTTPListen != "" {
940
- host := toLocalAddress (listenAddr )
941
+ host := toLocalAddress (g . cfg . HTTPListen )
941
942
info .webURI = fmt .Sprintf ("%s or http://%s" , info .webURI , host )
942
943
listenAddr = fmt .Sprintf ("%s, %s" , listenAddr , g .cfg .HTTPListen )
943
944
}
You can’t perform that action at this time.
0 commit comments