Skip leader slots until a vote lands (#15607)

This commit is contained in:
sakridge
2021-03-25 18:54:51 -07:00
committed by GitHub
parent b041b55028
commit b99ae8f334
9 changed files with 117 additions and 25 deletions

View File

@@ -1455,6 +1455,8 @@ pub mod test {
None,
&mut self.heaviest_subtree_fork_choice,
&mut BTreeMap::new(),
&mut true,
&mut Vec::new(),
)
}