chore: rename miner to payload builder (#2217)

This commit is contained in:
Matthias Seitz
2023-04-13 00:04:32 +02:00
committed by GitHub
parent 2f6d5e6ad2
commit 703f0fdf89
15 changed files with 37 additions and 37 deletions

View File

@ -15,7 +15,7 @@ reth-revm = { path = "../../revm" }
reth-transaction-pool = { path = "../../transaction-pool" }
reth-rlp = { path = "../../rlp" }
reth-provider = { path = "../../storage/provider" }
reth-miner = { path = "../../miner" }
reth-payload-builder = { path = "../builder" }
reth-tasks = { path = "../../tasks" }
## ethereum