mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
eth/downloader: fix missing wg.Add(1) in test case XTestDelivery
This commit is contained in:
parent
447b5f7e19
commit
6ccde92e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ func XTestDelivery(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}()
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
// reserve receiptfetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue