rename fg-primitives to more verbose name (#1123)

This commit is contained in:
Robert Habermeier
2018-11-16 08:36:04 +01:00
committed by GitHub
parent 276ec5f85d
commit 5d5bbcccfb
8 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ parity-codec-derive = "2.1"
sr-std = { path = "../../core/sr-std" }
srml-support = { path = "../../srml/support" }
substrate-primitives = { path = "../../core/primitives" }
substrate-fg-primitives = { path = "../../core/finality-grandpa/primitives" }
substrate-finality-grandpa-primitives = { path = "../../core/finality-grandpa/primitives" }
substrate-client = { path = "../../core/client" }
substrate-keyring = { path = "../../core/keyring" }
srml-balances = { path = "../../srml/balances" }
@@ -59,5 +59,5 @@ std = [
"serde/std",
"safe-mix/std",
"substrate-client/std",
"substrate-fg-primitives/std",
"substrate-finality-grandpa-primitives/std",
]