fix linters

This commit is contained in:
Manav Darji 2025-03-26 21:29:20 +05:30
parent 1e75ff6109
commit 4dcc06663d
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -579,8 +579,6 @@ func testBroadcastBlock(t *testing.T, peers, bcasts int) {
)
for i, sink := range sinks {
sink := sink // Closure for goroutine below
sourcePipe, sinkPipe := p2p.MsgPipe()
defer sourcePipe.Close()
defer sinkPipe.Close()