mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat(p2p): integrate txpool in p2p (#208)
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -3465,7 +3465,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"bitflags",
|
||||
"fnv",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"linked-hash-map",
|
||||
"parking_lot 0.12.1",
|
||||
"paste",
|
||||
@@ -3473,6 +3473,7 @@ dependencies = [
|
||||
"reth-primitives",
|
||||
"serde",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user