refactor: add Peers trait und decouple rpc from NetworkHandle (#1100)

This commit is contained in:
Matthias Seitz
2023-01-31 19:32:45 +01:00
committed by GitHub
parent 5da6b07d9e
commit 5c32ad01c9
16 changed files with 110 additions and 90 deletions

View File

@ -10,7 +10,7 @@ description = "Network interfaces"
[dependencies]
# reth
reth-primitives = { path = "../../primitives" }
reth-eth-wire = { path = "../eth-wire" }
# io
serde = { version = "1.0", features = ["derive"] }