diff --git a/import.go b/import.go index 4a4238e..513463e 100644 --- a/import.go +++ b/import.go @@ -104,6 +104,7 @@ func importTaggedNotes() { func subscribeInbox() { ctx := context.Background() wdb := eventstore.RelayWrapper{Store: &inboxDB} + pool = nostr.NewSimplePool(ctx) filters := []nostr.Filter{{ Tags: nostr.TagMap{ "p": {nPubToPubkey(config.OwnerNpub)},