diff --git a/src/main.c b/src/main.c index 4a22c0d..5ca0a34 100644 --- a/src/main.c +++ b/src/main.c @@ -955,6 +955,9 @@ void coin_main(chain_config_t *coin_config) { #endif storage.contractDetails = 0x00; storage.displayNonce = 0x00; +#ifdef HAVE_EIP712_FULL_SUPPORT + storage.verbose_eip712 = 0x00; +#endif storage.initialized = 0x01; nvm_write((void *) &N_storage, (void *) &storage, sizeof(internalStorage_t)); }