Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Nov 15, 2023
1 parent 687d167 commit ffa9834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/btchip_apdu_hash_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ unsigned short btchip_apdu_hash_sign() {

void btchip_bagl_user_action_signtx(unsigned char confirming, unsigned char direct) {
unsigned short sw = BTCHIP_SW_OK;
int error = 0;
// confirm and finish the apdu exchange //spaghetti
if (confirming) {
unsigned char hash[32];
Expand Down

0 comments on commit ffa9834

Please sign in to comment.