From 4fc493e6d8cc20137f920f8647e39fc5051bb245 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 12:03:21 -0800 Subject: refactor: remove frivolous comments from auth validation/credentials Also removed internal/nostr package - now using northwest.io/nostr library. --- cmd/testclient/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/testclient/main.go') diff --git a/cmd/testclient/main.go b/cmd/testclient/main.go index 8a7390a..f1151da 100644 --- a/cmd/testclient/main.go +++ b/cmd/testclient/main.go @@ -15,7 +15,7 @@ import ( "google.golang.org/grpc/credentials/insecure" pb "northwest.io/muxstr/api/nostr/v1" - "northwest.io/muxstr/internal/nostr" + "northwest.io/nostr" ) func main() { -- cgit v1.2.3