We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afd2a9 commit 93b1552Copy full SHA for 93b1552
src/asset_info.h
@@ -35,9 +35,6 @@ typedef struct nftInfo_t {
35
36
typedef struct tokenDefinition_t {
37
uint8_t address[ADDRESS_LENGTH]; // must be first item
38
-#ifdef HAVE_CONTRACT_NAME_IN_DESCRIPTOR
39
- uint8_t contractName[ADDRESS_LENGTH];
40
-#endif
41
char ticker[MAX_TICKER_LEN];
42
uint8_t decimals;
43
} tokenDefinition_t;
0 commit comments