Don't show Old English as an available option

This commit is contained in:
Oran Juice
2014-10-03 16:25:44 +05:30
parent 3e6b6bad2d
commit 443d46a6f1
9 changed files with 6653 additions and 6653 deletions

View File

@@ -507,7 +507,7 @@ bool simple_wallet::new_wallet(const std::string &wallet_file, const std::string
// convert rng value to electrum-style word list
std::string electrum_words;
bool was_deprecated_wallet = (old_language == "OldEnglish") ||
bool was_deprecated_wallet = (old_language == crypto::ElectrumWords::old_language_name) ||
crypto::ElectrumWords::get_is_old_style_seed(m_electrum_seed);
std::string mnemonic_language = old_language;