Unverified Commit e9d42499 authored by ucwong's avatar ucwong Committed by GitHub

eth/downloader: fix typo (#26716)

parent 13d7de77
......@@ -783,7 +783,7 @@ func (q *queue) DeliverBodies(id string, txLists [][]*types.Transaction, txListH
return errInvalidBody
}
if header.WithdrawalsHash == nil {
// nil hash means there withdrawals should not be present in body
// nil hash means that withdrawals should not be present in body
if withdrawalLists[index] != nil {
return errInvalidBody
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment