Skip to content

Commit 3ac55f3

Browse files
Merge pull request #23 from LedgerHQ/dev/cleanup_unused_flag
Remove useless HAVE_CONTRACT_NAME_IN_DESCRIPTOR
2 parents 0afd2a9 + 93b1552 commit 3ac55f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/asset_info.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ typedef struct nftInfo_t {
3535

3636
typedef struct tokenDefinition_t {
3737
uint8_t address[ADDRESS_LENGTH]; // must be first item
38-
#ifdef HAVE_CONTRACT_NAME_IN_DESCRIPTOR
39-
uint8_t contractName[ADDRESS_LENGTH];
40-
#endif
4138
char ticker[MAX_TICKER_LEN];
4239
uint8_t decimals;
4340
} tokenDefinition_t;

0 commit comments

Comments
 (0)