Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Sep 5, 2024
1 parent 91f98f1 commit bdbb9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/apdu_handler_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ void legacy_app_sign() {
}

void legacy_app_sign_transference() {
const uint8_t *message = (uint8_t *)tx_get_json_template_buffer();
const uint16_t messageLength = tx_get_json_template_buffer_len();
const uint8_t *message = (uint8_t *)tx_json_get_buffer();
const uint16_t messageLength = tx_json_get_buffer_length();

// get pubkey
zxerr_t zxerr = app_fill_address();
Expand Down

1 comment on commit bdbb9d4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 1 file(s) not formatted
  • app/src/apdu_handler.c

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.