Integrate gossip votes into switching threshold (#16973)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user