## PR description ## Fixed Issue(s) ### Thanks for sending a pull request! Have you done the following? - [ ] Checked out our [contribution guidelines](https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md)? - [ ] Considered documentation and added the `doc-change-required` label to this PR [if updates are required](https://wiki.hyperledger.org/display/BESU/Documentation). - [ ] Considered the changelog and included an [update if required](https://wiki.hyperledger.org/display/BESU/Changelog). - [ ] For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests ### Locally, you can run these tests to catch failures early: - [ ] unit tests: `./gradlew build` - [ ] acceptance tests: `./gradlew acceptanceTest` - [ ] integration tests: `./gradlew integrationTest` - [ ] reference tests: `./gradlew ethereum:referenceTests:referenceTests`