Skip to content

Commit

Permalink
add back in line
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jan 17, 2025
1 parent 497ba58 commit 24cb336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/bundle_stage/bundle_reserved_space_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl BundleReservedSpaceManager {
// otherwise can leave the current block limit as is

// handles new block updates for SIMD-0207 and future block cost limit increases
// self.block_cost_limit = bank.read_cost_tracker().unwrap().block_cost_limit();
self.block_cost_limit = bank.read_cost_tracker().unwrap().block_cost_limit();

let new_block_cost_limit = self.reduced_block_cost_limit();
debug!(
Expand Down

0 comments on commit 24cb336

Please sign in to comment.