Port EIP712 to the new NBGL streaming use case

Fixes the Flex navigation issue
This commit is contained in:
Alexandre Paillier
2024-05-24 13:39:04 +02:00
parent 19d71ffe77
commit c50943e4ca
4 changed files with 49 additions and 64 deletions

View File

@@ -14,8 +14,6 @@ void ui_message_start(const char *title,
void (*start_func)(void),
void (*approved_func)(void),
void (*rejected_func)(void));
void ui_message_712_approved(void);
void ui_message_712_rejected(void);
void ui_typed_message_review_choice(bool confirm);
#endif // UI_MESSAGE_SIGNING_H_