refactor: pull out rpc/ from net/rpc (#1147)

This commit is contained in:
Georgios Konstantopoulos
2023-02-02 14:17:26 -08:00
committed by GitHub
parent 1f64d8e9d7
commit e048718ea2
71 changed files with 24 additions and 24 deletions

View File

@ -18,7 +18,7 @@ reth-interfaces = { path = "../../crates/interfaces", features = ["test-utils"]
reth-transaction-pool = { path = "../../crates/transaction-pool" }
reth-consensus = { path = "../../crates/consensus" }
reth-executor = { path = "../../crates/executor" }
# reth-rpc = {path = "../../crates/net/rpc"}
# reth-rpc = {path = "../../crates/rpc/rpc"}
reth-rlp = { path = "../../crates/rlp" }
reth-network = {path = "../../crates/net/network", features = ["serde"] }
reth-network-api = {path = "../../crates/net/network-api" }