Add nonce display settings ; nonce is always displayed

This commit is contained in:
pscott
2021-02-05 17:33:12 +01:00
parent 734b200ba1
commit b2d5b85a2f
8 changed files with 60 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
typedef struct internalStorage_t {
unsigned char dataAllowed;
unsigned char contractDetails;
unsigned char displayNonce;
uint8_t initialized;
} internalStorage_t;
@@ -157,6 +158,7 @@ typedef struct txStringProperties_t {
char fullAddress[43];
char fullAmount[50];
char maxFee[50];
char nonce[14]; // size needed to write "NOT Displayed"
} txStringProperties_t;
typedef struct strDataTmp_t {