refactor: finalize proofs mod move from reth-primitives to reth-primitives-traits (#13875)

This commit is contained in:
Léa Narzis
2025-01-22 21:15:47 +01:00
committed by GitHub
parent 3b0e70a512
commit 6c762565b8
16 changed files with 30 additions and 41 deletions

View File

@ -15,6 +15,7 @@ workspace = true
# reth
reth-chainspec.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-transaction-pool.workspace = true
reth-provider.workspace = true
reth-payload-builder.workspace = true