mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-03 00:12:17 +02:00
make sub.Events a channel of pointers.
This commit is contained in:
@@ -12,7 +12,7 @@ type Subscription struct {
|
||||
|
||||
Relay *Relay
|
||||
Filters Filters
|
||||
Events chan Event
|
||||
Events chan *Event
|
||||
EndOfStoredEvents chan struct{}
|
||||
|
||||
stopped bool
|
||||
|
Reference in New Issue
Block a user