Skip to content

Commit b0cc0f9

Browse files
Increase MAX_TICKER_LEN
1 parent c91b0c9 commit b0cc0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asset_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ typedef struct nftInfo_t {
3232

3333
// TOKENS
3434

35-
#define MAX_TICKER_LEN 11 // 10 characters + '\0'
35+
#define MAX_TICKER_LEN 51 // 50 characters + '\0'
3636

3737
typedef struct tokenDefinition_t {
3838
uint8_t address[ADDRESS_LENGTH]; // must be first item

0 commit comments

Comments
 (0)