Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Nov 21, 2024
1 parent edc388e commit c36f79b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/apdu_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ __Z_INLINE void handleGetFVK(volatile uint32_t *flags, volatile uint32_t *tx, ui

extractHDPath(rx, OFFSET_DATA);

uint32_t account_offset = OFFSET_DATA + sizeof(uint32_t) * HDPATH_LEN_DEFAULT;
address_index_t address_index = {0};
extractAddressIndex(rx, account_offset, &address_index);

zxerr_t zxerr = app_fill_keys();
*tx = cmdResponseLen;

Expand Down

0 comments on commit c36f79b

Please sign in to comment.