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
@@ -27,6 +27,7 @@ srml-aura = { git = "https://github.com/paritytech/substrate", branch = "polkado
substrate-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
substrate-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
sr-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
substrate-consensus-authorities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
[dev-dependencies]
substrate-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }