mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: typo in comment (#1927)
This commit is contained in:
parent
cda0fcc493
commit
32f09d3a9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue