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 @@ -438,6 +438,7 @@ uint16_t ux_approve_tx(bool fromPlugin) {
438438 if (tmpContent .txContent .dataPresent ) {
439439 warning .predefinedSet |= SET_BIT (BLIND_SIGNING_WARN );
440440#ifdef HAVE_GATING_SUPPORT
441+ warning .predefinedSet |= SET_BIT (GATED_SIGNING_WARN );
441442 if (set_gating_warning (tmpContent .txContent .destination ) == false) {
442443 return SWO_INCORRECT_DATA ;
443444 }
You can’t perform that action at this time.
0 commit comments