remove usage of PeerCount type #10270
Labels
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we only use
PeerCount
type here:reth/crates/rpc/rpc/src/net.rs
Line 40 in af85c13
we can get rid of this type and instead replace the response type to
U64
ref alloy-rs/alloy#1140 (review)
Additional context
FYI @tcoratger
No response
The text was updated successfully, but these errors were encountered: