finish GRANDPA test: dynamic authority sets

This commit is contained in:
Robert Habermeier
2018-11-01 20:15:51 +01:00
parent 9630f34775
commit 6704f15e99
5 changed files with 120 additions and 65 deletions
@@ -120,6 +120,7 @@ impl<H: Eq, N> AuthoritySet<H, N>
}
/// Inspect pending changes.
#[cfg(test)]
pub(crate) fn pending_changes(&self) -> &[PendingChange<H, N>] {
&self.pending_changes
}