Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pre-Shapella blocks must have nil withdrawals (#13027)
Apparently we saved some pre-Shappella blocks into snapshots with empty rather than nil withdrawals. This is a work-around for issues like #12297 to avoid regenerating block snapshots. You can see the problem by running ``` curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x103716A",false],"id":1}' http://localhost:8545 ```
- Loading branch information