forked from TrueCloudLab/neoneo-go
[syncmgr]
- update comment
This commit is contained in:
parent
68b0e2e3f2
commit
06e71d9b7e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func (s *Syncmgr) checkPool() error {
|
|||
break
|
||||
}
|
||||
|
||||
// Save this block and save the indice so we can remove it
|
||||
// Save this block and save the indice location so we can remove it, when we defer
|
||||
err := s.processBlock(block)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue