Use authorities from Authorities runtime API, not Core (#248)

This commit is contained in:
Stanislav Tkach
2019-05-07 18:05:02 +03:00
committed by Robert Habermeier
parent a65be1b2df
commit 4e9fb2d2b5
6 changed files with 12 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ futures = "0.1.17"
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
parity-codec = "3.0"
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
substrate-consensus-authorities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-cli = { path = "../cli" }