chore: move block body to primitives (#1874)

This commit is contained in:
Dan Cline
2023-03-21 00:14:23 -04:00
committed by GitHub
parent aaf73fd679
commit b28c40223e
20 changed files with 56 additions and 68 deletions

View File

@ -11,7 +11,6 @@ description = "Implementations of various block downloaders"
# reth
reth-interfaces = { path = "../../interfaces" }
reth-primitives = { path = "../../primitives" }
reth-eth-wire = { path = "../eth-wire" }
reth-db = { path = "../../storage/db" }
reth-tasks = { path = "../../tasks" }
reth-metrics-derive = { path = "../../metrics/metrics-derive" }