turns out we need to bump a version because of annoying hex nips.

This commit is contained in:
fiatjaf
2024-12-07 07:58:20 -03:00
parent 6275f52134
commit e9999feec0

View File

@@ -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{