Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change consensus engine ID
  • Loading branch information
pmikolajczyk41 committed Aug 11, 2022
commit a4af49789f38e40ec57b84469035b34b902c936d
5 changes: 1 addition & 4 deletions primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ use sp_std::vec::Vec;

pub const KEY_TYPE: KeyTypeId = KeyTypeId(*b"alp0");

// Same as GRANDPA_ENGINE_ID because as of right now substrate sends only
// grandpa justifications over the network.
// TODO: change this once https://github.com/paritytech/substrate/issues/8172 will be resolved.
pub const ALEPH_ENGINE_ID: ConsensusEngineId = *b"FRNK";
pub const ALEPH_ENGINE_ID: ConsensusEngineId = *b"ALPH";

mod app {
use sp_application_crypto::{app_crypto, ed25519};
Expand Down