New EIP-712 verbose in-app setting + small refactoring & naming unification

This commit is contained in:
Alexandre Paillier
2022-06-21 11:44:15 +02:00
parent b1f2e933c0
commit 8dcb4bc74f
2 changed files with 80 additions and 32 deletions

View File

@@ -27,6 +27,9 @@ typedef struct internalStorage_t {
unsigned char dataAllowed;
unsigned char contractDetails;
unsigned char displayNonce;
#ifdef HAVE_EIP712_FULL_SUPPORT
bool verbose_eip712;
#endif // HAVE_EIP712_FULL_SUPPORT
uint8_t initialized;
} internalStorage_t;