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
-1
View File
@@ -5581,7 +5581,6 @@ dependencies = [
"sc-offchain",
"sc-rpc-api",
"sc-service",
"sc-statement-store",
"sc-telemetry",
"sc-transaction-pool",
"sc-transaction-pool-api",