fix: typo in comment (#1927)

This commit is contained in:
Roland 2025-12-15 11:19:19 +07:00 committed by GitHub
parent cda0fcc493
commit 32f09d3a9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ func (svc *service) startNostr(ctx context.Context) error {
}),
))
// initially try connect to relays (if hub has no apps, pool won't connect to apps by default)
// initially try connect to relays (if hub has no apps, pool won't connect to relays by default)
for _, relayUrl := range svc.cfg.GetRelayUrls() {
_, err := pool.EnsureRelay(relayUrl)
if err != nil {