move HasRemoteAddr trait to reth-net-common (#775)

This commit is contained in:
Sanket Shanbhag
2023-01-09 14:13:46 +05:30
committed by GitHub
parent d296946bf1
commit d98f9fe507
7 changed files with 22 additions and 21 deletions

View File

@ -9,6 +9,7 @@ readme = "README.md"
[dependencies]
reth-rlp = { path = "../../common/rlp", features = ["derive", "ethereum-types", "std"] }
reth-primitives = { path = "../../primitives" }
reth-net-common = { path = "../common" }
futures = "0.3.24"
thiserror = "1.0.37"