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 c91b0c9 commit b0cc0f9Copy full SHA for b0cc0f9
src/asset_info.h
@@ -32,7 +32,7 @@ typedef struct nftInfo_t {
32
33
// TOKENS
34
35
-#define MAX_TICKER_LEN 11 // 10 characters + '\0'
+#define MAX_TICKER_LEN 51 // 50 characters + '\0'
36
37
typedef struct tokenDefinition_t {
38
uint8_t address[ADDRESS_LENGTH]; // must be first item
0 commit comments