diff --git a/ledger/src/blockstore.rs b/ledger/src/blockstore.rs
index c4dc4e74c0..30b232d268 100644
--- a/ledger/src/blockstore.rs
+++ b/ledger/src/blockstore.rs
@@ -13,8 +13,8 @@ use {
leader_schedule_cache::LeaderScheduleCache,
next_slots_iterator::NextSlotsIterator,
shred::{
- max_ticks_per_n_shreds, Result as ShredResult, Shred, ShredId, ShredType, Shredder,
- SHRED_PAYLOAD_SIZE,
+ max_ticks_per_n_shreds, ErasureSetId, Result as ShredResult, Shred, ShredId, ShredType,
+ Shredder, SHRED_PAYLOAD_SIZE,
},
},
bincode::deserialize,
@@ -551,8 +551,8 @@ impl Blockstore {
false
}
- pub fn erasure_meta(&self, slot: Slot, set_index: u64) -> Result