Small improvements in app size
Signed-off-by: Edouard Merle <edouard.merle@ledger.fr>
This commit is contained in:
committed by
Edouard Merle
parent
93cd3d6311
commit
f2ec9b296e
@@ -2,9 +2,11 @@
|
||||
#include "tokens.h"
|
||||
#include "shared_context.h"
|
||||
|
||||
#define MAX_NETWORK_TICKER_LEN 8
|
||||
|
||||
typedef struct network_info_s {
|
||||
const char name[NETWORK_STRING_MAX_SIZE];
|
||||
const char ticker[MAX_TICKER_LEN];
|
||||
const char ticker[MAX_NETWORK_TICKER_LEN];
|
||||
uint64_t chain_id;
|
||||
} network_info_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user