Make FileClient
generic over codec
#12475
Labels
A-cli
Related to the reth CLI
C-debt
A clean up/refactor of existing code
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
Add field
codec: T
toFileClient
, and make generic over codec. Instead of using the hardcoded typeBlockFileCodec
here, get the codec byself.codec
reth/crates/net/downloaders/src/file_client.rs
Line 204 in aece53a
Additional context
No response
The text was updated successfully, but these errors were encountered: