Skip to content

Commit

Permalink
Update snapshots + fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 29, 2024
1 parent a84c9cf commit bb24a6c
Show file tree
Hide file tree
Showing 41 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions starknet/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,16 @@ pub fn show_hash(ctx: &mut Ctx, is_tx_hash: bool) -> bool {
if is_tx_hash {
review = review
.tx_type(TransactionType::Transaction)
.titles("Review", "Transaction", "Sign Transaction")
.titles("Review transaction", "", "Sign Transaction ?")
.blind();
} else {
review = review
.tx_type(TransactionType::Message)
.titles("Review", "Hash", "Sign Hash")
.titles("Review hash", "", "Sign Hash ?")
.blind();
}

let res = review.show(&my_field);
res
review.show(&my_field)
}
}

Expand Down
Binary file modified tests/snapshots/flex/test_blind_sign_tx_0/00001.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 tests/snapshots/flex/test_blind_sign_tx_0/00003.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 tests/snapshots/flex/test_blind_sign_tx_1/00001.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 tests/snapshots/flex/test_blind_sign_tx_1/00003.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 tests/snapshots/flex/test_blind_sign_tx_2/00001.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 tests/snapshots/flex/test_blind_sign_tx_2/00003.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 tests/snapshots/flex/test_blind_sign_tx_3/00001.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 tests/snapshots/flex/test_blind_sign_tx_3/00003.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 tests/snapshots/flex/test_blind_sign_tx_4/00001.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 tests/snapshots/flex/test_blind_sign_tx_4/00003.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 tests/snapshots/flex/test_sign_hash_0/00001.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 tests/snapshots/flex/test_sign_hash_0/00003.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 tests/snapshots/flex/test_sign_hash_1/00001.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 tests/snapshots/flex/test_sign_hash_1/00003.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 tests/snapshots/flex/test_sign_hash_2/00001.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 tests/snapshots/flex/test_sign_hash_2/00003.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 tests/snapshots/flex/test_sign_hash_3/00001.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 tests/snapshots/flex/test_sign_hash_3/00003.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 tests/snapshots/flex/test_sign_hash_4/00001.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 tests/snapshots/flex/test_sign_hash_4/00003.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 tests/snapshots/stax/test_blind_sign_tx_0/00001.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 tests/snapshots/stax/test_blind_sign_tx_0/00003.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 tests/snapshots/stax/test_blind_sign_tx_1/00001.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 tests/snapshots/stax/test_blind_sign_tx_1/00003.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 tests/snapshots/stax/test_blind_sign_tx_2/00001.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 tests/snapshots/stax/test_blind_sign_tx_2/00003.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_3/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_3/00003.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_4/00001.png
Binary file modified tests/snapshots/stax/test_blind_sign_tx_4/00003.png
Binary file modified tests/snapshots/stax/test_sign_hash_0/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_0/00003.png
Binary file modified tests/snapshots/stax/test_sign_hash_1/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_1/00003.png
Binary file modified tests/snapshots/stax/test_sign_hash_2/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_2/00003.png
Binary file modified tests/snapshots/stax/test_sign_hash_3/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_3/00003.png
Binary file modified tests/snapshots/stax/test_sign_hash_4/00001.png
Binary file modified tests/snapshots/stax/test_sign_hash_4/00003.png

0 comments on commit bb24a6c

Please sign in to comment.