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`.
This commit is contained in:
Bastian Köcher
2023-07-11 20:55:38 +02:00
committed by GitHub
parent 5eb816d7a6
commit ca5970e582
2 changed files with 0 additions and 2 deletions
@@ -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" }