mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
double put fixed
This commit is contained in:
parent
a6818c4300
commit
6a19378d0a
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ func (self *DPA) storeLoop() {
|
||||||
dpaLogger.Debugf("DPA.storeLoop %064x", chunk.Key)
|
dpaLogger.Debugf("DPA.storeLoop %064x", chunk.Key)
|
||||||
chunk.wg.Done()
|
chunk.wg.Done()
|
||||||
}
|
}
|
||||||
self.ChunkStore.Put(chunk)
|
|
||||||
}(ch)
|
}(ch)
|
||||||
select {
|
select {
|
||||||
case <-self.quitC:
|
case <-self.quitC:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue