Skip to content

Commit 4cd41be

Browse files
Disable W3C for EIP_191
1 parent 335f564 commit 4cd41be

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/nbgl/ui_sign_message.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#include "ui_utils.h"
55

66
#define FINISH_MSG_LEN 32
7-
// TODO Re-activate when partners are ready for eip191
8-
#undef HAVE_TRANSACTION_CHECKS
97

108
static void ui_191_finish_cb(bool confirm) {
119
if (confirm) {
@@ -31,9 +29,6 @@ void ui_191_start(const char *message) {
3129
}
3230

3331
explicit_bzero(&warning, sizeof(nbgl_warning_t));
34-
#ifdef HAVE_TRANSACTION_CHECKS
35-
set_tx_simulation_warning();
36-
#endif
3732

3833
snprintf(g_finishMsg,
3934
FINISH_MSG_LEN,

0 commit comments

Comments
 (0)