storage: add false to passphraseCached explicitly

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

@ -109,7 +109,7 @@ static uint8_t CONFIDENTIAL sessionSeed[64];
static bool sessionPinCached = false;
static bool sessionPassphraseCached;
static bool sessionPassphraseCached = false;
static char CONFIDENTIAL sessionPassphrase[51];
#define STORAGE_VERSION 9

Loading…
Cancel
Save