aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/spanish.h
diff options
context:
space:
mode:
authorOran Juice <oranjuices@hotmail.com>2014-10-07 12:49:36 +0530
committerOran Juice <oranjuices@hotmail.com>2014-10-07 12:49:36 +0530
commit9875f5b875479d88a17a2d657e3f84d904364314 (patch)
treed70c7241da2a39c9f86a07862758e0b94260ecce /src/mnemonics/spanish.h
parentMerge pull request #170 (diff)
downloadmonero-9875f5b875479d88a17a2d657e3f84d904364314.tar.xz
Variable unique prefix lengths for seed
Diffstat (limited to 'src/mnemonics/spanish.h')
-rw-r--r--src/mnemonics/spanish.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mnemonics/spanish.h b/src/mnemonics/spanish.h
index 8d695a4b1..f71627086 100644
--- a/src/mnemonics/spanish.h
+++ b/src/mnemonics/spanish.h
@@ -1681,6 +1681,7 @@ namespace Language
"ritmo",
"rito"
});
+ unique_prefix_length = 4;
word_map = new std::unordered_map<std::string, uint32_t>;
trimmed_word_map = new std::unordered_map<std::string, uint32_t>;
language_name = "Spanish";