good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8a5c8134 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Felix Lange
Browse files

eth: fix comment typo in handler.go (#20575)

parent 33c56ebc
No related branches found
No related tags found
No related merge requests found
......@@ -749,8 +749,8 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
return nil
}
// BroadcastBlock will either propagate a block to a subset of it's peers, or
// will only announce it's availability (depending what's requested).
// BroadcastBlock will either propagate a block to a subset of its peers, or
// will only announce its availability (depending what's requested).
func (pm *ProtocolManager) BroadcastBlock(block *types.Block, propagate bool) {
hash := block.Hash()
peers := pm.peers.PeersWithoutBlock(hash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment