Commit 5badea4
committed
fix(engine): simplify block validation logic by removing unnecessary check for empty transactions
- Updated the validation logic in EngineActor to remove the check for empty transactions when validating block payloads
- Empty blocks are valid because they maintain chain liveness and consensus1 parent d08dedf commit 5badea4
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
| |||
0 commit comments