Skip to content

Commit

Permalink
feat: change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jul 25, 2024
1 parent f3cc74e commit 3d6075f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ typedef enum { key_ivk = 0, key_ovk = 1, key_fvk = 2, nf = 3 } key_type_e;
#define VIEW_ADDRESS_OFFSET_SECP256K1 PK_LEN_SECP256K1
#define VIEW_ADDRESS_OFFSET_SAPLING ADDR_LEN_SAPLING

#define MENU_MAIN_APP_LINE1 "ZcashPlus"
#define MENU_MAIN_APP_LINE1 "Zcash Shielded"
#define MENU_MAIN_APP_LINE2 "Ready"
#define APPVERSION_LINE1 "ZcashPlus"
#define APPVERSION_LINE1 "Zcash Shielded"
#define APPVERSION_LINE2 ("v" APPVERSION)

#define MENU_MAIN_APP_LINE2_SECRET "?"
Expand Down

0 comments on commit 3d6075f

Please sign in to comment.