Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 82ac70c

Browse files
committed
pr feedback: comment
1 parent 5b986db commit 82ac70c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ledger/src/blockstore.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,9 @@ impl Blockstore {
14531453
}
14541454

14551455
if let Some(merkle_root_meta) = merkle_root_metas.get(&erasure_set) {
1456+
// A previous shred has been inserted in this batch or in blockstore
1457+
// Compare our current shred against the previous shred for potential
1458+
// conflicts
14561459
if !self.perform_merkle_check(
14571460
just_inserted_shreds,
14581461
slot,

0 commit comments

Comments
 (0)