fix(cli): actually enable reth-prune rocksdb feature in cli (#21715)

This commit is contained in:
Dan Cline
2026-02-02 23:39:04 +00:00
committed by GitHub
parent 6946f26d77
commit f1f3980d29

View File

@@ -133,4 +133,4 @@ arbitrary = [
"reth-ethereum-primitives/arbitrary",
]
edge = ["reth-db-common/edge", "reth-stages/rocksdb", "reth-provider/rocksdb"]
edge = ["reth-db-common/edge", "reth-stages/rocksdb", "reth-provider/rocksdb", "reth-prune/rocksdb"]