Small improvements in app size

Signed-off-by: Edouard Merle <edouard.merle@ledger.fr>
This commit is contained in:
Salvatore Ingala
2021-11-04 14:55:10 +01:00
committed by Edouard Merle
parent 93cd3d6311
commit f2ec9b296e
3 changed files with 6 additions and 4 deletions

View File

@@ -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;