Initial stuff

This commit is contained in:
Gav
2018-08-29 23:56:04 +02:00
parent 79932f1975
commit e322657597
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -128,6 +128,7 @@ impl HasPublicAux for Concrete {
}
impl system::Trait for Concrete {
type PublicAux = <Concrete as HasPublicAux>::PublicAux;
type Index = Index;
type BlockNumber = BlockNumber;
type Hash = Hash;
@@ -140,7 +141,6 @@ impl system::Trait for Concrete {
pub type System = system::Module<Concrete>;
impl consensus::Trait for Concrete {
type PublicAux = <Concrete as HasPublicAux>::PublicAux;
type SessionKey = SessionKey;
}
/// Consensus module for this concrete runtime.