storage: add false to pinCached explicitly

pull/25/head
Pavol Rusnak 6 years ago
parent fa3481e37d
commit 14b6044cb8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save