Skip to content

Commit 4fecc7a

Browse files
mrFranklinkaralabe
authored andcommitted
eth: fix minor grammar issue in comment (#18091)
1 parent 588aa88 commit 4fecc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
653653
trueHead = request.Block.ParentHash()
654654
trueTD = new(big.Int).Sub(request.TD, request.Block.Difficulty())
655655
)
656-
// Update the peers total difficulty if better than the previous
656+
// Update the peer's total difficulty if better than the previous
657657
if _, td := p.Head(); trueTD.Cmp(td) > 0 {
658658
p.SetHead(trueHead, trueTD)
659659

0 commit comments

Comments
 (0)