Skip to content

Commit e9d4249

Browse files
authored
eth/downloader: fix typo (#26716)
1 parent 13d7de7 commit e9d4249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ func (q *queue) DeliverBodies(id string, txLists [][]*types.Transaction, txListH
783783
return errInvalidBody
784784
}
785785
if header.WithdrawalsHash == nil {
786-
// nil hash means there withdrawals should not be present in body
786+
// nil hash means that withdrawals should not be present in body
787787
if withdrawalLists[index] != nil {
788788
return errInvalidBody
789789
}

0 commit comments

Comments
 (0)