Skip to content

Commit

Permalink
feat: add ticket on Fee label
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 22, 2024
1 parent 37ccd6c commit 0864cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ parser_error_t parser_getItem(uint8_t displayIdx,
}

case type_txfee: {
snprintf(outKey, outKeyLen, "Fee");
snprintf(outKey, outKeyLen, "Fee (ZEC)");
return parser_sapling_display_value(get_totalvalue(), outVal, outValLen, pageIdx, pageCount);
}

Expand Down

0 comments on commit 0864cb2

Please sign in to comment.