Skip to content

Commit

Permalink
debug panic bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Jul 29, 2024
1 parent a84a1ba commit c3e370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/downloader/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ func (q *queue) DeliverBodies(id string, txLists [][]*types.Transaction, txListH
return errInvalidBody
}
if uncleListHashes[index] != header.UncleHash {
log.Error("Uncle hash mismatch", "index", index, "header", header.Hash(), "want", uncleListHashes[index])
log.Error("Uncle hash mismatch", "index", index, "header", header.Number.String(), "want", uncleListHashes[index])
return errInvalidBody
}
if header.WithdrawalsHash == nil {
Expand Down

0 comments on commit c3e370c

Please sign in to comment.