refactor: move broadcast channel init into tree (#4894)

This commit is contained in:
Matthias Seitz
2023-10-03 19:26:41 +02:00
committed by GitHub
parent b1a7a871cd
commit d3cc4cc643
4 changed files with 33 additions and 33 deletions

View File

@ -25,6 +25,7 @@ reth-stages = { path = "../stages" }
parking_lot.workspace = true
lru = "0.11"
tracing.workspace = true
tokio = { workspace = true, features = ["macros", "sync"] }
# metrics
reth-metrics = { workspace = true, features = ["common"] }
@ -41,7 +42,6 @@ reth-primitives = { workspace = true , features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
parking_lot.workspace = true
assert_matches.workspace = true
tokio = { workspace = true, features = ["macros", "sync"] }
[features]
test-utils = []