Fix key constant in config_setLanguage(). Update trezor-storage.

pull/25/head
andrew 6 years ago committed by Pavol Rusnak
parent 679174ea7a
commit a7fcf9b036
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -481,7 +481,7 @@ void config_setLanguage(const char *lang)
if (strcmp(lang, "english") != 0) {
return;
}
storage_set(KEY_LABEL, lang, strnlen(lang, MAX_LANGUAGE_LEN));
storage_set(KEY_LANGUAGE, lang, strnlen(lang, MAX_LANGUAGE_LEN));
}
void config_setPassphraseProtection(bool passphrase_protection)

@ -1 +1 @@
Subproject commit 2888c1109563f32febb2eda9aed1130c07c6672b
Subproject commit 8fc03a5a95d3b75b29909a9f030fd74b294bf63b
Loading…
Cancel
Save