Removed unused BlockBatchRecord type (#14659)

This commit is contained in:
Sagar Rana
2025-02-23 03:23:37 +05:30
committed by GitHub
parent d39e24d9f3
commit f0c9ca68d7
3 changed files with 1 additions and 105 deletions

View File

@ -18,7 +18,6 @@ reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-metrics = { workspace = true, optional = true }
reth-primitives.workspace = true
reth-ethereum-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-storage-errors.workspace = true
@ -43,6 +42,7 @@ parking_lot.workspace = true
reth-ethereum-forks.workspace = true
alloy-consensus.workspace = true
metrics-util = { workspace = true, features = ["debugging"] }
reth-ethereum-primitives.workspace = true
[features]
default = ["std"]