mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-20 18:48:25 +00:00
This PR relaxes the block body ingress handling a bit: if block body withdrawals are missing (but expected to be empty), the body withdrawals are set to 'empty list' before being passed to upper layers. This fixes an issue where a block passed from EthereumJS to geth was deemed invalid.