diff --git a/src_nbgl/ui_sign_712.c b/src_nbgl/ui_sign_712.c index c612fcfc96..68a17651d8 100644 --- a/src_nbgl/ui_sign_712.c +++ b/src_nbgl/ui_sign_712.c @@ -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: