Comanion for substrate/pull/6173 (#1184)

* Make it work

* Upsub
This commit is contained in:
Kian Paimani
2020-06-02 19:52:19 +02:00
committed by GitHub
parent bd2304ec98
commit 491f3bcb88
7 changed files with 145 additions and 135 deletions
@@ -1772,6 +1772,7 @@ mod tests {
type Call = Call;
type UnsignedPriority = StakingUnsignedPriority;
type MaxIterations = ();
type MinSolutionScoreBump = ();
}
impl attestations::Trait for Test {
+1
View File
@@ -846,6 +846,7 @@ mod tests {
type Call = Call;
type UnsignedPriority = StakingUnsignedPriority;
type MaxIterations = ();
type MinSolutionScoreBump = ();
}
impl timestamp::Trait for Test {