mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move engine-primitives to engine folder (#9130)
This commit is contained in:
@ -25,7 +25,7 @@ members = [
|
||||
"crates/consensus/debug-client/",
|
||||
"crates/ethereum-forks/",
|
||||
"crates/e2e-test-utils/",
|
||||
"crates/engine-primitives/",
|
||||
"crates/engine/primitives/",
|
||||
"crates/engine/util/",
|
||||
"crates/errors/",
|
||||
"crates/ethereum-forks/",
|
||||
@ -283,7 +283,7 @@ reth-dns-discovery = { path = "crates/net/dns" }
|
||||
reth-downloaders = { path = "crates/net/downloaders" }
|
||||
reth-e2e-test-utils = { path = "crates/e2e-test-utils" }
|
||||
reth-ecies = { path = "crates/net/ecies" }
|
||||
reth-engine-primitives = { path = "crates/engine-primitives" }
|
||||
reth-engine-primitives = { path = "crates/engine/primitives" }
|
||||
reth-engine-util = { path = "crates/engine/util" }
|
||||
reth-errors = { path = "crates/errors" }
|
||||
reth-eth-wire = { path = "crates/net/eth-wire" }
|
||||
|
||||
Reference in New Issue
Block a user