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
@@ -12,7 +12,7 @@ safe-mix = { version = "1.0", default-features = false }
parity-codec-derive = { version = "2.1" }
parity-codec = { version = "2.1", default-features = false }
substrate-primitives = { path = "../../../core/primitives", default-features = false }
substrate-fg-primitives = { path = "../../../core/finality-grandpa/primitives", default-features = false }
substrate-finality-grandpa-primitives = { path = "../../../core/finality-grandpa/primitives", default-features = false }
substrate-client = { path = "../../../core/client", default-features = false }
sr-std = { path = "../../../core/sr-std", default-features = false }
srml-support = { path = "../../../srml/support", default-features = false }
@@ -39,7 +39,7 @@ std = [
"parity-codec/std",
"substrate-primitives/std",
"substrate-client/std",
"substrate-fg-primitives/std",
"substrate-finality-grandpa-primitives/std",
"sr-std/std",
"srml-support/std",
"srml-balances/std",