Skip to content

Commit

Permalink
fix conflict w/ sanitize_and_convert_to_compute_budget_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Dec 5, 2024
1 parent a14b451 commit e310dd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl TransactionViewReceiveAndBuffer {

let Ok(compute_budget_limits) = view
.compute_budget_instruction_details()
.sanitize_and_convert_to_compute_budget_limits()
.sanitize_and_convert_to_compute_budget_limits(&working_bank.feature_set)
else {
return Err(());
};
Expand Down

0 comments on commit e310dd7

Please sign in to comment.