fix(exex): properly check ready state in poll_ready (#7772)

This commit is contained in:
Oliver Nordbjerg
2024-04-20 11:00:11 +02:00
committed by GitHub
parent db5bd06851
commit 615e90b0f8
3 changed files with 22 additions and 25 deletions

2
Cargo.lock generated
View File

@@ -6626,7 +6626,6 @@ name = "reth-exex"
version = "0.2.0-beta.5"
dependencies = [
"eyre",
"futures",
"metrics",
"reth-config",
"reth-metrics",
@@ -6637,7 +6636,6 @@ dependencies = [
"reth-tasks",
"reth-tracing",
"tokio",
"tokio-stream",
"tokio-util",
]