Convert AURA to new pallet macro (#8020)

This commit is contained in:
Bastian Köcher
2021-02-02 15:19:40 +01:00
committed by GitHub
parent eeff8f3204
commit 7d65b5aa59
5 changed files with 79 additions and 59 deletions
@@ -61,6 +61,8 @@ pub mod ed25519 {
pub type AuthorityId = app_ed25519::Public;
}
pub use sp_consensus_slots::Slot;
/// The `ConsensusEngineId` of AuRa.
pub const AURA_ENGINE_ID: ConsensusEngineId = [b'a', b'u', b'r', b'a'];