mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
change unique_prefix_length=4 for japanese.h
I ran some tests, and all prefixes seem to be unique for len(3)
This commit is contained in:
parent
9e8e958948
commit
a49d917b26
@ -1681,7 +1681,7 @@ namespace Language
|
||||
"びじゅつかん",
|
||||
"ひしょ"
|
||||
});
|
||||
unique_prefix_length = 4;
|
||||
unique_prefix_length = 3;
|
||||
word_map = new std::unordered_map<std::string, uint32_t>;
|
||||
trimmed_word_map = new std::unordered_map<std::string, uint32_t>;
|
||||
language_name = "Japanese";
|
||||
|
Loading…
Reference in New Issue
Block a user