diff options
author | Oran Juice <oranjuices@hotmail.com> | 2014-10-03 16:25:44 +0530 |
---|---|---|
committer | Oran Juice <oranjuices@hotmail.com> | 2014-10-03 16:25:44 +0530 |
commit | 443d46a6f1569e64b606c921298c4f3bf69d8dd9 (patch) | |
tree | eef49f9768c9c4b6b89d1721b1e39cbb8de1ff90 /src/mnemonics/electrum-words.h | |
parent | Had missed const and had to use .at instead of [] (diff) | |
download | monero-443d46a6f1569e64b606c921298c4f3bf69d8dd9.tar.xz |
Don't show Old English as an available option
Diffstat (limited to '')
-rw-r--r-- | src/mnemonics/electrum-words.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mnemonics/electrum-words.h b/src/mnemonics/electrum-words.h index 3be4b1ccc..b822e7740 100644 --- a/src/mnemonics/electrum-words.h +++ b/src/mnemonics/electrum-words.h @@ -59,6 +59,7 @@ namespace crypto namespace ElectrumWords { + const std::string old_language_name = "OldEnglish"; /*! * \brief Converts seed words to bytes (secret key). * \param words String containing the words separated by spaces. |