Skip to content
Snippets Groups Projects
Commit ca5970e5 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

node-template: Remove accidentally added dependency (#14553)

`sc-statement-store` isn't used by the template and thus, should not appear in the `Cargo.toml`.
parent 5eb816d7
Branches
No related merge requests found
......@@ -5581,7 +5581,6 @@ dependencies = [
"sc-offchain",
"sc-rpc-api",
"sc-service",
"sc-statement-store",
"sc-telemetry",
"sc-transaction-pool",
"sc-transaction-pool-api",
......
......@@ -29,7 +29,6 @@ sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" }
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" }
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
sc-offchain = { version = "4.0.0-dev", path = "../../../client/offchain" }
sc-statement-store = { version = "4.0.0-dev", path = "../../../client/statement-store" }
sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" }
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment