Skip to content

Commit

Permalink
Bump priority fee sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Nov 15, 2024
1 parent d0aa3bd commit fe27f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/priority_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pub fn apply_priority_fee(
compute_budget.compute_unit_limit,
);
assert!(
0.01 > lamports_to_sol(compute_budget.priority_fee_lamports()),
0.2 > lamports_to_sol(compute_budget.priority_fee_lamports()),
"Priority fee too large, Bug?"
);

Expand Down

0 comments on commit fe27f04

Please sign in to comment.