diff --git a/ledger/src/blockstore.rs b/ledger/src/blockstore.rs
index e6a316173e..7ab2cc01b7 100644
--- a/ledger/src/blockstore.rs
+++ b/ledger/src/blockstore.rs
@@ -13,7 +13,10 @@ use {
entry::{create_ticks, Entry},
leader_schedule_cache::LeaderScheduleCache,
next_slots_iterator::NextSlotsIterator,
- shred::{Result as ShredResult, Shred, ShredId, ShredType, Shredder, SHRED_PAYLOAD_SIZE},
+ shred::{
+ ErasureSetId, Result as ShredResult, Shred, ShredId, ShredType, Shredder,
+ SHRED_PAYLOAD_SIZE,
+ },
},
bincode::deserialize,
log::*,
@@ -557,8 +560,8 @@ impl Blockstore {
false
}
- pub fn erasure_meta(&self, slot: Slot, set_index: u64) -> Result