summaryrefslogtreecommitdiffstats
path: root/internal/nostr/relay.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/nostr/relay.go')
-rw-r--r--internal/nostr/relay.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/nostr/relay.go b/internal/nostr/relay.go
index 2b156e0..189fb93 100644
--- a/internal/nostr/relay.go
+++ b/internal/nostr/relay.go
@@ -6,7 +6,7 @@ import (
6 "fmt" 6 "fmt"
7 "sync" 7 "sync"
8 8
9 "northwest.io/nostr-grpc/internal/websocket" 9 "northwest.io/muxstr/internal/websocket"
10) 10)
11 11
12// Relay represents a connection to a Nostr relay. 12// Relay represents a connection to a Nostr relay.