Removed blind signing setting
This commit is contained in:
@@ -95,7 +95,6 @@ void __attribute__((noreturn)) handle_swap_sign_transaction(const chain_config_t
|
||||
|
||||
if (N_storage.initialized != 0x01) {
|
||||
internalStorage_t storage;
|
||||
storage.dataAllowed = 0x00;
|
||||
storage.contractDetails = 0x00;
|
||||
storage.initialized = 0x01;
|
||||
storage.displayNonce = 0x00;
|
||||
|
||||
@@ -549,11 +549,6 @@ __attribute__((noreturn)) void coin_main(libargs_t *args) {
|
||||
|
||||
if (!N_storage.initialized) {
|
||||
internalStorage_t storage;
|
||||
#ifdef HAVE_ALLOW_DATA
|
||||
storage.dataAllowed = true;
|
||||
#else
|
||||
storage.dataAllowed = false;
|
||||
#endif
|
||||
storage.contractDetails = false;
|
||||
storage.displayNonce = false;
|
||||
#ifdef HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
@@ -30,7 +30,6 @@ typedef struct bip32_path_t {
|
||||
} bip32_path_t;
|
||||
|
||||
typedef struct internalStorage_t {
|
||||
bool dataAllowed;
|
||||
bool contractDetails;
|
||||
bool displayNonce;
|
||||
#ifdef HAVE_EIP712_FULL_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user