aboutsummaryrefslogtreecommitdiffstats
path: root/eth/handler.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-30 23:51:47 +0800
committerobscuren <geffobscura@gmail.com>2015-04-30 23:51:47 +0800
commit8595198c1b56364bb9589a912d2a9797b93a3357 (patch)
tree2c83d707dde62dc2af98a10d35376f23c06a237a /eth/handler.go
parent15873fafc02e444c38de722277ab2461cb9b82c5 (diff)
downloadgo-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar.gz
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar.bz2
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar.lz
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar.xz
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.tar.zst
go-tangerine-8595198c1b56364bb9589a912d2a9797b93a3357.zip
eth/downloader: delete blocks from queue
Diffstat (limited to 'eth/handler.go')
-rw-r--r--eth/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/handler.go b/eth/handler.go
index 6c1a92c77..2b432f95d 100644
--- a/eth/handler.go
+++ b/eth/handler.go
@@ -455,7 +455,7 @@ func (pm *ProtocolManager) BroadcastBlock(hash common.Hash, block *types.Block)
for _, peer := range peers {
peer.sendNewBlock(block)
}
- glog.V(logger.Detail).Infoln("broadcast block to", len(peers), "peers. Total propagation time:", time.Since(block.ReceivedAt))
+ glog.V(logger.Detail).Infoln("broadcast block to", len(peers), "peers. Total processing time:", time.Since(block.ReceivedAt))
}
// BroadcastTx will propagate the block to its connected peers. It will sort