From 617efdbad8ea274520f3279faf9c79469a540d72 Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 23 Sep 2024 01:05:04 -0400 Subject: [PATCH] add pool to import --- import.go | 1 + 1 file changed, 1 insertion(+) 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)},