Commit 9e5e39a
Log block number/hash on receipts root mismatch for debugging (#10071)
When GetSyncReceiptsFromPeerTask returns RESULTS_DO_NOT_MATCH_QUERY,
log the block number, hash, expected receiptsRoot, and calculated
receiptsRoot at DEBUG level so the failing blocks can be identified
without enabling TRACE logging.
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 09dcb17 commit 9e5e39a
File tree
1 file changed
+13
-1
lines changed- ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/manager/peertask/task
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
276 | 279 | | |
277 | 280 | | |
278 | 281 | | |
279 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
280 | 292 | | |
281 | 293 | | |
282 | 294 | | |
| |||
0 commit comments