bnb-chain / reth

BSC and opBNB client based on the Reth fork
Apache License 2.0
58 stars 16 forks source link

fix: read sidecars from table in `get_take_block_range` #79

Closed pythonberg1997 closed 1 month ago

pythonberg1997 commented 1 month ago

Description

This pr is to fix an issue that reading sidecars from wrong source in get_take_block_range

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

Potential Impacts