From aa6e8a92f6341ccdcf3c3224d7907d8d8af84ab4 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sun, 5 Oct 2014 12:52:40 +0200 Subject: [PATCH] added skipped commit --- src/mnemonics/language_base.h | 1 + 1 file changed, 1 insertion(+) 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. */