Remove redundant impl NetworkManager #11387
Labels
A-networking
Related to networking in general
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
currently the NetworkManager has various impl blocks:
reth/crates/net/network/src/manager.rs
Line 953 in 86f12b7
reth/crates/net/network/src/manager.rs
Line 164 in 86f12b7
...
this is legacy from when this type was generic, we can remove those now
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: