Skip to content

Commit

Permalink
Merge pull request #23 from LedgerHQ/dev/cleanup_unused_flag
Browse files Browse the repository at this point in the history
Remove useless HAVE_CONTRACT_NAME_IN_DESCRIPTOR
  • Loading branch information
cedelavergne-ledger authored Aug 28, 2024
2 parents 0afd2a9 + 93b1552 commit 3ac55f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/asset_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ typedef struct nftInfo_t {

typedef struct tokenDefinition_t {
uint8_t address[ADDRESS_LENGTH]; // must be first item
#ifdef HAVE_CONTRACT_NAME_IN_DESCRIPTOR
uint8_t contractName[ADDRESS_LENGTH];
#endif
char ticker[MAX_TICKER_LEN];
uint8_t decimals;
} tokenDefinition_t;
Expand Down

0 comments on commit 3ac55f3

Please sign in to comment.