Merge branch 'master' of github.com:LedgerHQ/app-ethereum into fix_security_and_display_issues

This commit is contained in:
pscott
2021-05-04 12:14:44 +02:00
14 changed files with 464 additions and 144 deletions

View File

@@ -158,7 +158,9 @@ typedef struct txStringProperties_t {
char fullAddress[43];
char fullAmount[50];
char maxFee[50];
char nonce[8]; // 10M tx per account ought to be enough for everybody
char nonce[8]; // 10M tx per account ought to be enough for everybody
char chainID[8]; // 10M different chainID ought to be enough for people to find a unique
// chainID for their token / chain.
} txStringProperties_t;
typedef struct strDataTmp_t {