Implements FindAuthor<u32> for srml-aura (#3426)

* Implements `FindAuthor<u32>` for `srml-aura`

* Update lib.rs

* Build
This commit is contained in:
Bastian Köcher
2019-08-17 19:41:29 +02:00
committed by GitHub
parent a0f2e9b396
commit 310987ab73
2 changed files with 25 additions and 7 deletions
@@ -61,7 +61,7 @@ pub mod ed25519 {
pub const AURA_ENGINE_ID: ConsensusEngineId = [b'a', b'u', b'r', b'a'];
/// The index of an authority.
pub type AuthorityIndex = u64;
pub type AuthorityIndex = u32;
/// An consensus log item for Aura.
#[derive(Decode, Encode)]