From 5bb5742bb99441d062872a7909fdc98a774f0feb Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 6 Aug 2022 00:13:02 +0200 Subject: [PATCH] REWORD --- client/client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/client.go b/client/client.go index ee7d3c59..1380e0d9 100644 --- a/client/client.go +++ b/client/client.go @@ -167,6 +167,8 @@ func New(parent context.Context, network bsnet.BitSwapNetwork, bstore blockstore option(bs) } + bs.pqm.Startup() + // bind the context and process. // do it over here to avoid closing before all setup is done. go func() {