paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.21k forks source link

chore: group tx manager functions #12679

Closed mattsse closed 2 days ago

mattsse commented 2 days ago

moves functions around and puts those we can already satisfy on N: NetworkPrimitives in the corresponding impl block.

no functional changes