Skip to content

Commit

Permalink
refactor(blockstore): remove deshred / alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
lidatong committed Feb 6, 2025
1 parent 164090a commit d83f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flamenco/runtime/fd_blockstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ fd_blockstore_shred_insert( fd_blockstore_t * blockstore, fd_shred_t const * shr

if( FD_UNLIKELY( block_map_entry->slot_complete_idx != FD_SHRED_IDX_NULL &&
block_map_entry->buffered_idx == block_map_entry->slot_complete_idx ) ) {
deshred( blockstore, shred->slot );
// deshred( blockstore, shred->slot );
}
}

Expand Down

0 comments on commit d83f1a2

Please sign in to comment.