Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Feb 20, 2022
1 parent fbb4500 commit 6a64f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/tx_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ __Z_INLINE uint8_t get_subitem_count(root_item_e root_item) {
break;
case root_item_fee:
if (!tx_is_expert_mode()) {
tmp_num_items -= 3; // Hide Gas field
tmp_num_items = 1; // Only Amount
}
case root_item_tip:
tmp_num_items += 0;
Expand Down

0 comments on commit 6a64f58

Please sign in to comment.