Removing reth network api dependency from rpc types (#2281)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Aditya Pandey
2023-04-17 17:33:06 +05:30
committed by GitHub
parent a0bfb654cd
commit 6f15f844a5
10 changed files with 40 additions and 45 deletions

View File

@ -11,6 +11,7 @@ description = "Network interfaces"
# reth
reth-primitives = { path = "../../primitives" }
reth-eth-wire = { path = "../eth-wire" }
reth-rpc-types = { path = "../../rpc/rpc-types" }
# io
serde = { version = "1.0", features = ["derive"], optional = true }