aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/blockpool.go
diff options
context:
space:
mode:
Diffstat (limited to 'blockpool/blockpool.go')
-rw-r--r--blockpool/blockpool.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/blockpool/blockpool.go b/blockpool/blockpool.go
index df3d14542..b8cac4913 100644
--- a/blockpool/blockpool.go
+++ b/blockpool/blockpool.go
@@ -603,7 +603,6 @@ func (self *BlockPool) AddBlock(block *types.Block, peerId string) {
if sender.currentBlock == nil {
plog.Debugf("AddBlock: add head block %s for peer <%s> (head: %s)", hex(hash), peerId, hex(sender.currentBlockHash))
sender.setChainInfoFromBlock(block)
- // sender.currentBlockC <- block
self.status.lock.Lock()
self.status.values.BlockHashes++