Skip to content

Commit 3e6c075

Browse files
committedJan 27, 2024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mempool/cat/block_builder_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func TestBlockFetcherConcurrentRequests(t *testing.T) {
158158
}
159159
}
160160
goRoutinesWG.Wait()
161-
161+
162162
for i := 0; i < numBlocks; i++ {
163163
goRoutinesWG.Add(1)
164164
go func() {

0 commit comments

Comments
 (0)
Please sign in to comment.