diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-10-05 12:52:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-10-05 12:52:40 +0200 |
commit | aa6e8a92f6341ccdcf3c3224d7907d8d8af84ab4 (patch) | |
tree | ccc32f1868e99c4c32b587d30a8309209dbfc4e6 /src/mnemonics | |
parent | Merge branch 'oranjuice' (diff) | |
download | monero-aa6e8a92f6341ccdcf3c3224d7907d8d8af84ab4.tar.xz |
added skipped commit
Diffstat (limited to 'src/mnemonics')
-rw-r--r-- | src/mnemonics/language_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mnemonics/language_base.h b/src/mnemonics/language_base.h index 3a56a530c..74c495f55 100644 --- a/src/mnemonics/language_base.h +++ b/src/mnemonics/language_base.h @@ -58,6 +58,7 @@ namespace Language std::unordered_map<std::string, uint32_t> *word_map; /*!< hash table to find word's index */
std::unordered_map<std::string, uint32_t> *trimmed_word_map; /*!< hash table to find word's trimmed index */
std::string language_name; /*!< Name of language */
+ int trim_length; /*!< Number of unique starting characters to trim the wordlist to when matching */
/*!
* \brief Populates the word maps after the list is ready.
*/
|