diff --git a/src/mnemonics/language_base.h b/src/mnemonics/language_base.h index 3a56a530..74c495f5 100644 --- a/src/mnemonics/language_base.h +++ b/src/mnemonics/language_base.h @@ -58,6 +58,7 @@ namespace Language std::unordered_map *word_map; /*!< hash table to find word's index */ std::unordered_map *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. */