File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -565,16 +565,6 @@ static bool verify_solana_transfer_token_transaction() {
565
565
.instruction [transfer_instruction_index ]
566
566
.program .transfer_checked .decimals ;
567
567
568
- char display [50 ] = {'\0' };
569
- snprintf (display ,
570
- sizeof (display ),
571
- ui_text_verify_token_decimals ,
572
- token_decimals );
573
-
574
- if (!core_confirmation (display , solana_send_error )) {
575
- return false;
576
- }
577
-
578
568
solana_token_program_t empty_contract = {
579
569
.symbol = "" ,
580
570
.decimal = token_decimals ,
Original file line number Diff line number Diff line change @@ -367,7 +367,6 @@ const char *ui_text_verify_contract = "Verify contract";
367
367
const char * ui_text_unverified_contract =
368
368
LV_SYMBOL_WARNING " Warning!\nUnverified contract" ;
369
369
const char * ui_text_verify_token_address = "Verify token address" ;
370
- const char * ui_text_verify_token_decimals = "Verify token decimals\n%d" ;
371
370
const char * ui_text_unverified_token =
372
371
LV_SYMBOL_WARNING " Warning!\nUnverified token" ;
373
372
const char * ui_text_confirm_wallet_name = "Confirm wallet name" ;
Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ extern const char *ui_text_verify_amount;
259
259
extern const char * ui_text_verify_contract ;
260
260
extern const char * ui_text_unverified_contract ;
261
261
extern const char * ui_text_verify_token_address ;
262
- extern const char * ui_text_verify_token_decimals ;
263
262
extern const char * ui_text_unverified_token ;
264
263
extern const char * ui_text_confirm_wallet_name ;
265
264
extern const char * ui_text_enter_data ;
You can’t perform that action at this time.
0 commit comments