diff --git a/relay.go b/relay.go index 7cac807..2f8f652 100644 --- a/relay.go +++ b/relay.go @@ -2,11 +2,11 @@ package nostr import ( "context" + "crypto/rand" "encoding/hex" "encoding/json" "fmt" "log" - "math/rand" "time" s "github.com/SaveTheRbtz/generic-sync-map-go"