Rename basic-authority to basic-authorship (#4640)

* Rename basic-authority to basic-authorship

* Revert weird tab.

* Fix rename.
This commit is contained in:
Tomasz Drwięga
2020-01-16 13:57:41 +01:00
committed by Gavin Wood
parent 60feeb7ad6
commit 437772be9e
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ grandpa = { version = "0.8", package = "sc-finality-grandpa", path = "../../../c
sc-client-db = { version = "0.8", default-features = false, path = "../../../client/db" }
sc-offchain = { version = "2.0.0", path = "../../../client/offchain" }
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
sc-basic-authority = { version = "0.8", path = "../../../client/basic-authorship" }
sc-basic-authorship = { version = "0.8", path = "../../../client/basic-authorship" }
sc-service = { version = "0.8", default-features = false, path = "../../../client/service" }
sc-telemetry = { version = "2.0.0", path = "../../../client/telemetry" }
sc-authority-discovery = { version = "0.8", path = "../../../client/authority-discovery" }