mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-30 18:40:52 +02:00
support handling CLOSED messages from relay client.
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const RELAY = "wss://nostr.mom"
|
||||
const RELAY = "wss://relay.nostr.bg"
|
||||
|
||||
// test if we can fetch a couple of random events
|
||||
func TestSubscribe(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user