Skip to content

Commit

Permalink
Merge pull request #18 from blockydevs/14-compute-budget-max-fee-disp…
Browse files Browse the repository at this point in the history
…lay-refactor

14 compute budget max fee display refactor
  • Loading branch information
0xMMBD authored Sep 2, 2024
2 parents 81508bc + 1c15ff0 commit 8b46879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsol/compute_budget_instruction.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int print_compute_budget_max_fee(uint32_t max_fee, const PrintConfig* pri
SummaryItem* item;

item = transaction_summary_general_item();
summary_item_set_u64(item, "Max fees", max_fee);
summary_item_set_amount(item, "Max fees", max_fee);

return 0;
}
Expand Down

0 comments on commit 8b46879

Please sign in to comment.