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