Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Mar 1, 2023
1 parent 566aa24 commit 6c9d8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/bundle_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ impl BundleReservedSpace {
if self.current_tx_block_limit != self.current_bundle_block_limit
&& working_bank.tick_height() > self.reservation_cutoff_tick
{
self.current_tx_block_limit = self.current_bundle_block_limit;
info!(
"Slot: {}. Increased Tx Cost Limit to {}",
working_bank.slot(),
self.current_tx_block_limit
);
self.current_tx_block_limit = self.current_bundle_block_limit;
working_bank
.write_cost_tracker()
.unwrap()
Expand Down

0 comments on commit 6c9d8c6

Please sign in to comment.