chore: rm unused sc-service (#1331)

* chore: rm unused sc-service

* fmt
This commit is contained in:
yjh
2022-06-07 20:25:43 +08:00
committed by GitHub
parent 2ddfe5edc4
commit c294dc2826
6 changed files with 1 additions and 9 deletions
-1
View File
@@ -39,5 +39,4 @@ cumulus-test-service = { path = "../../test/service" }
# Substrate
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }