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
@@ -258,10 +258,10 @@ mod tests {
type PublicAux = u64;
}
impl consensus::Trait for Test {
type PublicAux = <Self as HasPublicAux>::PublicAux;
type SessionKey = u64;
}
impl system::Trait for Test {
type PublicAux = <Self as HasPublicAux>::PublicAux;
type Index = u64;
type BlockNumber = u64;
type Hash = H256;