chore: move cfg block env init to PayloadAttributes (#2222)

This commit is contained in:
Matthias Seitz
2023-04-13 16:08:32 +02:00
committed by GitHub
parent 35f7c6d8cf
commit 5e64f0e079
5 changed files with 46 additions and 25 deletions

View File

@ -10,7 +10,6 @@ description = "A basic payload builder for reth that uses the txpool API to buil
[dependencies]
## reth
reth-primitives = { path = "../../primitives" }
reth-consensus-common = { path = "../../consensus/common" }
reth-revm = { path = "../../revm" }
reth-transaction-pool = { path = "../../transaction-pool" }
reth-rlp = { path = "../../rlp" }