Skip to content

Commit bb68a13

Browse files
authored
fix(share/shwap/p2p/bitswap): set archivalPool ctx (#4052)
1 parent cec0abe commit bb68a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: share/shwap/p2p/bitswap/getter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (g *Getter) Start() {
6767
g.cancel = cancel
6868

6969
g.availablePool.ctx = ctx
70-
g.availablePool.ctx = ctx
70+
g.archivalPool.ctx = ctx
7171
}
7272

7373
// Stop shuts down Getter's internal fetching getSession.

0 commit comments

Comments
 (0)