mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rename executor -> blockchain-tree (#2285)
This commit is contained in:
@ -13,7 +13,7 @@ reth-interfaces = { path = "../interfaces" }
|
||||
reth-provider = { path = "../storage/provider" }
|
||||
reth-revm-primitives = { path = "./revm-primitives" }
|
||||
reth-revm-inspectors = { path = "./revm-inspectors" }
|
||||
reth-executor = { path = "../executor" }
|
||||
reth-blockchain-tree = { path = "../blockchain-tree" }
|
||||
reth-consensus-common = { path = "../consensus/common" }
|
||||
|
||||
# revm
|
||||
|
||||
Reference in New Issue
Block a user