mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-16 08:06:05 +00:00
storage: add false to pinCached explicitly
This commit is contained in:
parent
fa3481e37d
commit
14b6044cb8
@ -107,7 +107,7 @@ static bool sessionSeedCached, sessionSeedUsesPassphrase;
|
||||
|
||||
static uint8_t CONFIDENTIAL sessionSeed[64];
|
||||
|
||||
static bool sessionPinCached;
|
||||
static bool sessionPinCached = false;
|
||||
|
||||
static bool sessionPassphraseCached;
|
||||
static char CONFIDENTIAL sessionPassphrase[51];
|
||||
|
Loading…
Reference in New Issue
Block a user