You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/http/main.go
+1
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,5 @@ func main() {
61
61
logger.Logger.Info("Echo server exited")
62
62
svc.Shutdown()
63
63
logger.Logger.Info("Service exited")
64
+
logger.Logger.Info("Alby Hub needs to stay online to send and receive transactions. Channels may be closed if your hub stays offline for an extended period of time.")
Copy file name to clipboardExpand all lines: main_wails.go
+1
Original file line number
Diff line number
Diff line change
@@ -42,4 +42,5 @@ func main() {
42
42
cancel()
43
43
svc.Shutdown()
44
44
logger.Logger.Info("Service exited")
45
+
logger.Logger.Info("Alby Hub needs to stay online to send and receive transactions. Channels may be closed if your hub stays offline for an extended period of time.")
Message: "Are you sure you want to shut down Alby Hub? Alby Hub needs to stay online to send and receive transactions.",
47
+
Message: "Are you sure you want to shut down Alby Hub? Alby Hub needs to stay online to send and receive transactions. Channels may be closed if your hub stays offline for an extended period of time.",
0 commit comments