refactor: convert payload job from stream to future (#2438)

This commit is contained in:
Matthias Seitz
2023-04-27 22:47:45 +02:00
committed by GitHub
parent 7b928f31b5
commit 5e9612897c
6 changed files with 54 additions and 70 deletions

1
Cargo.lock generated
View File

@ -5084,7 +5084,6 @@ dependencies = [
name = "reth-payload-builder"
version = "0.1.0"
dependencies = [
"futures-core",
"futures-util",
"metrics",
"reth-interfaces",