Fix EIP-191 UI split

This commit is contained in:
Alexandre Paillier
2022-10-06 14:55:13 +02:00
parent 82299217de
commit f43d9c4dc7
4 changed files with 12 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
#include "shared_context.h"
#include "ui_callbacks.h"
#include "ui_flow_signMessage.h"
#include "common_ui.h"
#include "sign_message.h"
typedef enum { UI_191_POS_REVIEW, UI_191_POS_QUESTION, UI_191_POS_END } e_ui_191_position;
static uint8_t ui_pos;
static void dummy_pre_cb(void) {