We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab3fbfa + af0302f commit 9aec1c4Copy full SHA for 9aec1c4
src/ui/nbgl_display_transaction.c
@@ -100,7 +100,11 @@ int ui_display_transaction_bs_choice(bool is_blind_signed) {
100
&ICON_APP_BOILERPLATE,
101
"Review transaction\nto send BOL",
102
NULL,
103
+#ifdef SCREEN_SIZE_WALLET
104
"Sign transaction\nto send BOL",
105
+#else
106
+ NULL,
107
+#endif
108
109
review_choice);
110
} else {
@@ -110,7 +114,11 @@ int ui_display_transaction_bs_choice(bool is_blind_signed) {
114
111
115
112
116
117
113
118
119
120
121
122
123
}
124
return 0;
0 commit comments