mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
storage: add false to passphraseCached explicitly
This commit is contained in:
parent
14b6044cb8
commit
0fb6732fb2
@ -109,7 +109,7 @@ static uint8_t CONFIDENTIAL sessionSeed[64];
|
|||||||
|
|
||||||
static bool sessionPinCached = false;
|
static bool sessionPinCached = false;
|
||||||
|
|
||||||
static bool sessionPassphraseCached;
|
static bool sessionPassphraseCached = false;
|
||||||
static char CONFIDENTIAL sessionPassphrase[51];
|
static char CONFIDENTIAL sessionPassphrase[51];
|
||||||
|
|
||||||
#define STORAGE_VERSION 9
|
#define STORAGE_VERSION 9
|
||||||
|
Loading…
Reference in New Issue
Block a user