diff --git a/Cargo.lock b/Cargo.lock index 4e2272bdc98843f4d99f5c2f7e0e306923e345b2..a7e51d6764231d08d3ef43d9cc3bcf71b52d888d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11253,6 +11253,7 @@ dependencies = [ "sc-transaction-pool-api", "serde", "serde_json", + "sp-blockchain", "sp-consensus", "sp-core 28.0.0", "sp-inherents 26.0.0", diff --git a/substrate/bin/node/bench/Cargo.toml b/substrate/bin/node/bench/Cargo.toml index 83f7b82cd2b51e755c4b9d9273a281db12a23ad7..b5f94060bb657f441efc1d1c32012914eb28986a 100644 --- a/substrate/bin/node/bench/Cargo.toml +++ b/substrate/bin/node/bench/Cargo.toml @@ -36,6 +36,7 @@ sc-transaction-pool = { workspace = true, default-features = true } sc-transaction-pool-api = { workspace = true, default-features = true } serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } +sp-blockchain = { workspace = true, default-features = true } sp-consensus = { workspace = true, default-features = true } sp-core = { workspace = true, default-features = true } sp-inherents = { workspace = true, default-features = true }