mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
[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
|
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)
|
err := s.processBlock(block)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue