feat: add executed block to built payload trait (#10161)

This commit is contained in:
Matthias Seitz
2024-08-07 14:22:44 +02:00
committed by GitHub
parent 4107df8148
commit 9ad7ebbbc6
3 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,7 @@ reth-errors.workspace = true
reth-primitives.workspace = true
reth-transaction-pool.workspace = true
reth-rpc-types.workspace = true
reth-chain-state.workspace = true
# async
tokio = { workspace = true, features = ["sync"] }