From 443d46a6f1569e64b606c921298c4f3bf69d8dd9 Mon Sep 17 00:00:00 2001 From: Oran Juice Date: Fri, 3 Oct 2014 16:25:44 +0530 Subject: Don't show Old English as an available option --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplewallet/simplewallet.cpp') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 4b1fb07cd..780cf5daa 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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; -- cgit v1.2.3