Commit 2fe8a04
fix(block_import): log engine errors in new_payload instead of silently dropping
Previously, when engine.new_payload() returned an Err (e.g. EngineUnavailable),
the error was silently discarded with no log, making it impossible to diagnose
broken engine integration from block import logs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9fc8667 commit 2fe8a04
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
330 | 339 | | |
331 | 340 | | |
332 | 341 | | |
| |||
0 commit comments