Track gossip vote updates per hash for replay stage (#16421)

* Track gossip vote updates per hash for replay stage
This commit is contained in:
carllin
2021-04-10 17:34:45 -07:00
committed by GitHub
parent 91d5f6ab30
commit 99b3aab703
7 changed files with 178 additions and 25 deletions

View File

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