chore: rename executor -> blockchain-tree (#2285)

This commit is contained in:
Matthias Seitz
2023-04-17 16:32:18 +02:00
committed by GitHub
parent 29393420f6
commit db1e6cbeea
24 changed files with 46 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ members = [
"crates/consensus/auto-seal",
"crates/consensus/beacon",
"crates/consensus/common",
"crates/executor",
"crates/blockchain-tree",
"crates/interfaces",
"crates/payload/builder",
"crates/metrics/metrics-derive",