mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-12-05 02:11:18 +01: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