Integrate gossip votes into switching threshold (#16973)

This commit is contained in:
carllin
2021-05-04 00:51:42 -07:00
committed by GitHub
parent 9ff17a1c18
commit bc7e741514
7 changed files with 564 additions and 83 deletions

View File

@ -1860,7 +1860,7 @@ impl Blockstore {
Err(BlockstoreError::SlotUnavailable)
}
fn map_transactions_to_statuses<'a>(
pub fn map_transactions_to_statuses<'a>(
&self,
slot: Slot,
iterator: impl Iterator<Item = Transaction> + 'a,