mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
do not close chunkC!!
This commit is contained in:
parent
1627b2b3aa
commit
1b9beaa630
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ func (self *TreeChunker) Join(key Key, chunkC chan *Chunk) (data LazySectionRead
|
|||
}
|
||||
// this will indicate to the caller that processing is finished (with or without error)
|
||||
close(errC)
|
||||
close(chunkC)
|
||||
}()
|
||||
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue