Skip to content

Commit

Permalink
Update blindsign msg
Browse files Browse the repository at this point in the history
Use standard practice in constructoin of blindsign warning screen 2 msg. 
Update url to Tezos-ledger
  • Loading branch information
ajinkyaraj-23 committed Jul 17, 2024
1 parent 52d748e commit e3417ef
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions app/src/ui_stream_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ blindsign_splash(bool confirm)
if (confirm) {
tz_reject_ui();
} else {
char blindsign_msg[]
= "Transaction could not be decoded correctly. \nLearn More: "
"tinyurl.com/ledger-Tezos\nERROR: ";
const int BLINDSIGN_MSG_ERROR_OFFSET = 90;
memcpy(blindsign_msg + BLINDSIGN_MSG_ERROR_OFFSET, global.error_code,
char blindsign_msg[150]
= "Transaction could not be decoded correctly. Learn More:\n"
"tinyurl.com/Tezos-ledger\nERROR: ";
memcpy(blindsign_msg + strlen(blindsign_msg), global.error_code,
ERROR_CODE_SIZE);
nbgl_useCaseChoice(&C_Important_Circle_64px,
"The transaction cannot be trusted", blindsign_msg,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion tests/integration/touch/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
# Copyright 2023 Trilitech <[email protected]>
import os

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit e3417ef

Please sign in to comment.