diff options
Diffstat (limited to 'eth')
-rw-r--r-- | eth/handler.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/handler.go b/eth/handler.go index 6c6449340..e6a9c86d7 100644 --- a/eth/handler.go +++ b/eth/handler.go @@ -688,6 +688,7 @@ func (pm *ProtocolManager) BroadcastBlock(block *types.Block, propagate bool) { peer.SendNewBlock(block, td) } log.Trace("Propagated block", "hash", hash, "recipients", len(transfer), "duration", common.PrettyDuration(time.Since(block.ReceivedAt))) + return } // Otherwise if the block is indeed in out own chain, announce it if pm.blockchain.HasBlock(hash) { |