-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use standard practice in constructoin of blindsign warning screen 2 msg. Update url to Tezos-ledger
- Loading branch information
1 parent
52d748e
commit e3417ef
Showing
14 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-331 Bytes
(98%)
...ion/touch/snapshots/flex/test_blindsign_too_deep/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-331 Bytes
(98%)
...napshots/flex/test_blindsign_too_deep_rejections/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-335 Bytes
(98%)
...on/touch/snapshots/flex/test_blindsign_too_large/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-340 Bytes
(98%)
tests/integration/touch/snapshots/flex/test_parsing_errors/invalid_tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-331 Bytes
(98%)
tests/integration/touch/snapshots/flex/test_parsing_errors/too_deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-335 Bytes
(98%)
tests/integration/touch/snapshots/flex/test_parsing_errors/too_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+103 Bytes
(100%)
...ion/touch/snapshots/stax/test_blindsign_too_deep/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+103 Bytes
(100%)
...napshots/stax/test_blindsign_too_deep_rejections/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+101 Bytes
(100%)
...on/touch/snapshots/stax/test_blindsign_too_large/unsafe_operation_warning_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+87 Bytes
(100%)
tests/integration/touch/snapshots/stax/test_parsing_errors/invalid_tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+103 Bytes
(100%)
tests/integration/touch/snapshots/stax/test_parsing_errors/too_deep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+101 Bytes
(100%)
tests/integration/touch/snapshots/stax/test_parsing_errors/too_large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|