This reverts commit 53599fb81c.
@@ -56,7 +56,7 @@ UX_STEP_CB(
|
||||
bnnn_paging,
|
||||
switch_settings_blind_signing(),
|
||||
{
|
||||
.title = "Contract data",
|
||||
.title = "Blind signing",
|
||||
.text = strings.common.fullAddress,
|
||||
});
|
||||
|
||||
@@ -85,9 +85,9 @@ UX_STEP_CB(
|
||||
bnnn,
|
||||
switch_settings_blind_signing(),
|
||||
{
|
||||
"Contract data",
|
||||
"Allow contract data",
|
||||
"in transactions",
|
||||
"Blind signing",
|
||||
"Enable transaction",
|
||||
"blind signing",
|
||||
strings.common.fullAddress,
|
||||
});
|
||||
|
||||
@@ -169,7 +169,7 @@ UX_STEP_CB(
|
||||
ui_idle(),
|
||||
{
|
||||
"Error",
|
||||
"Contract data must be enabled in Settings",
|
||||
"Blind signing must be enabled in Settings",
|
||||
});
|
||||
#elif defined(TARGET_NANOX)
|
||||
UX_STEP_CB(
|
||||
@@ -178,7 +178,7 @@ UX_STEP_CB(
|
||||
ui_idle(),
|
||||
{
|
||||
&C_icon_crossmark,
|
||||
"Contract data must be",
|
||||
"Blind signing must be",
|
||||
"enabled in Settings",
|
||||
});
|
||||
#endif
|
||||
|
||||
@@ -191,8 +191,8 @@ UX_STEP_NOCB(ux_approval_blind_signing_warning_step,
|
||||
pbb,
|
||||
{
|
||||
&C_icon_warning,
|
||||
"Data",
|
||||
"Present",
|
||||
"Blind",
|
||||
"Signing",
|
||||
});
|
||||
// clang-format on
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 514 B |
|
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 566 B |
|
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 631 B |
|
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1016 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 891 B After Width: | Height: | Size: 903 B |
@@ -18,7 +18,7 @@ test('[Nano S] Try to blind sign with setting disabled', zemu("nanos", async (si
|
||||
|
||||
await Zemu.sleep(1000);
|
||||
await waitForAppScreen(sim);
|
||||
await sim.navigateAndCompareSnapshots('.', 'nanos_try_to_blind_sign_with_setting_disabled', [2, 0]);
|
||||
await sim.navigateAndCompareSnapshots('.', 'nanos_try_to_blind_sign_with_setting_disabled', [1, 0]);
|
||||
}));
|
||||
|
||||
test('[Nano X] Try to blind sign with setting disabled', zemu("nanox", async (sim, eth) => {
|
||||
|
||||