Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Feb 10, 2023
1 parent 68ad80f commit eb0d1f1
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 @@ -1309,7 +1309,7 @@ impl BundleStage {
if is_new_slot && !cost_model_failed_bundles.is_empty() {
debug!(
"Slot: {}: Re-buffering {} bundles that failed cost model!",
current_slot,
&bank_start.working_bank.slot(),
cost_model_failed_bundles.len()
);
unprocessed_bundles.extend(cost_model_failed_bundles.drain(..));
Expand Down

0 comments on commit eb0d1f1

Please sign in to comment.