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.