From 7a8adb15538d935c70d043e02fff9fe2d038d3a7 Mon Sep 17 00:00:00 2001 From: rene <41963722+renaynay@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:28:31 +0100 Subject: [PATCH] fix(share/shwap/p2p/bitswap): set archivalPool ctx --- share/shwap/p2p/bitswap/getter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/shwap/p2p/bitswap/getter.go b/share/shwap/p2p/bitswap/getter.go index f008809833..8033d84b76 100644 --- a/share/shwap/p2p/bitswap/getter.go +++ b/share/shwap/p2p/bitswap/getter.go @@ -67,7 +67,7 @@ func (g *Getter) Start() { g.cancel = cancel g.availablePool.ctx = ctx - g.availablePool.ctx = ctx + g.archivalPool.ctx = ctx } // Stop shuts down Getter's internal fetching getSession.