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. --- internal/handler/grpc/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/handler/grpc/server_test.go') diff --git a/internal/handler/grpc/server_test.go b/internal/handler/grpc/server_test.go index d589445..8bd48ea 100644 --- a/internal/handler/grpc/server_test.go +++ b/internal/handler/grpc/server_test.go @@ -7,8 +7,8 @@ import ( "time" pb "northwest.io/muxstr/api/nostr/v1" - "northwest.io/muxstr/internal/nostr" "northwest.io/muxstr/internal/storage" + "northwest.io/nostr" ) func TestPublishEvent(t *testing.T) { -- cgit v1.2.3