Skip to content

Commit

Permalink
show blindsign error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPxt committed Dec 4, 2024
1 parent 1db872c commit da048fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/evm/apdu_handler_evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ void handleSignEip191(volatile uint32_t *flags, volatile uint32_t *tx, uint32_t

CHECK_APP_CANARY()
if (!eip191_msg_parse()) {
view_blindsign_error_show();
THROW(APDU_CODE_DATA_INVALID);
}
CHECK_APP_CANARY()
Expand Down

0 comments on commit da048fb

Please sign in to comment.