Skip to content

Commit

Permalink
Test nbgl ui_sign_712
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Mar 26, 2024
1 parent b65e4e3 commit ec780c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src_nbgl/ui_sign_712.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ static bool display_review_page(uint8_t page, nbgl_pageContent_t *content) {
case 1:
if (ui_712_next_field() == EIP712_NO_MORE_FIELD) {
ui_712_switch_to_sign();
// TODO: We should return true here.
// Currently, the ragger tests are not correct and fail if true is returned
// ret = true;
// break;
}
__attribute__((fallthrough));
default:
Expand Down

0 comments on commit ec780c8

Please sign in to comment.