From e9999feec0823b5c694f55a1b4a2ead874c7c0de Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 7 Dec 2024 07:58:20 -0300 Subject: [PATCH] turns out we need to bump a version because of annoying hex nips. --- relay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay.go b/relay.go index ffdd0f2..900c1ba 100644 --- a/relay.go +++ b/relay.go @@ -21,7 +21,7 @@ func NewRelay() *Relay { Info: &nip11.RelayInformationDocument{ Software: "https://github.com/fiatjaf/khatru", Version: "n/a", - SupportedNIPs: []int{1, 11, 42, 70, 86}, + SupportedNIPs: []any{1, 11, 42, 70, 86}, }, upgrader: websocket.Upgrader{