From 06e71d9b7e166025201b8120e10a883c2d2db379 Mon Sep 17 00:00:00 2001 From: BlockChainDev Date: Sat, 30 Mar 2019 21:44:24 +0000 Subject: [PATCH] [syncmgr] - update comment --- pkg/syncmgr/blockpool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/syncmgr/blockpool.go b/pkg/syncmgr/blockpool.go index b038b29f3..2b1f37761 100644 --- a/pkg/syncmgr/blockpool.go +++ b/pkg/syncmgr/blockpool.go @@ -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