chore: finally move node-core to node folder (#9191)

This commit is contained in:
Matthias Seitz
2024-06-29 19:28:46 +02:00
committed by GitHub
parent 1ce76f2e99
commit fffeefbca3
32 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ members = [
"crates/net/network/",
"crates/net/p2p/",
"crates/net/peers/",
"crates/node-core/",
"crates/node/core/",
"crates/node/api/",
"crates/node/builder/",
"crates/node/events/",
@ -320,7 +320,7 @@ reth-network-p2p = { path = "crates/net/p2p" }
reth-nippy-jar = { path = "crates/storage/nippy-jar" }
reth-node-api = { path = "crates/node/api" }
reth-node-builder = { path = "crates/node/builder" }
reth-node-core = { path = "crates/node-core" }
reth-node-core = { path = "crates/node/core" }
reth-node-ethereum = { path = "crates/ethereum/node" }
reth-node-events = { path = "crates/node/events" }
reth-node-optimism = { path = "crates/optimism/node" }