bnb-chain / reth

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

fix: remove `sidecars` when calling `block_with_senders` #70

Closed pythonberg1997 closed 3 months ago

pythonberg1997 commented 3 months ago

Description

This pr is to remove sidecars field when calling block_with_senders as it's not needed

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

Potential Impacts