mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
storage: remove stale comment
This commit is contained in:
parent
bf35da28ac
commit
094e71721f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ type Chunk struct {
|
||||||
C chan bool // to signal data delivery by the dpa
|
C chan bool // to signal data delivery by the dpa
|
||||||
ReqC chan bool // to signal the request done
|
ReqC chan bool // to signal the request done
|
||||||
dbStoredC chan bool // never remove a chunk from memStore before it is written to dbStore
|
dbStoredC chan bool // never remove a chunk from memStore before it is written to dbStore
|
||||||
dbStored bool // never remove a chunk from memStore before it is written to dbStore
|
dbStored bool
|
||||||
dbStoredMu sync.Mutex
|
dbStoredMu sync.Mutex
|
||||||
errored bool // flag which is set when the chunk request has errored or timeouted
|
errored bool // flag which is set when the chunk request has errored or timeouted
|
||||||
erroredMu sync.Mutex
|
erroredMu sync.Mutex
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue