[syncmgr]

- update comment
This commit is contained in:
BlockChainDev 2019-03-30 21:44:24 +00:00
parent 68b0e2e3f2
commit 06e71d9b7e

View file

@ -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