File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
features/signMessageEIP712_common Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -99,5 +99,8 @@ void ui_712_start(e_eip712_filtering_mode filtering) {
9999 if (filtering == EIP712_FILTERING_BASIC ) {
100100 // If the user has requested a filtered view, we will not show the warning
101101 warning .predefinedSet |= SET_BIT (BLIND_SIGNING_WARN );
102+ #ifdef HAVE_GATING_SUPPORT
103+ warning .predefinedSet |= SET_BIT (GATED_SIGNING_WARN );
104+ #endif
102105 }
103106}
Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ uint16_t ux_approve_tx(bool fromPlugin) {
435435 if (tmpContent .txContent .dataPresent ) {
436436 warning .predefinedSet |= SET_BIT (BLIND_SIGNING_WARN );
437437#ifdef HAVE_GATING_SUPPORT
438+ warning .predefinedSet |= SET_BIT (GATED_SIGNING_WARN );
438439 if (set_gating_warning () == false) {
439440 return SWO_INCORRECT_DATA ;
440441 }
You can’t perform that action at this time.
0 commit comments