Added attribution to Electrum for their word-lists

release-v0.4.0.1
Oran Juice 10 years ago
parent 4cbf8d4243
commit 423bf69dca
No known key found for this signature in database
GPG Key ID: 71C5AF46CCB28124

@ -94,6 +94,11 @@ namespace
std::string word; std::string word;
while (input_stream >> word) while (input_stream >> word)
{ {
if (word.length() == 0 || word[0] == '#')
{
// Skip empty and comment lines
continue;
}
words_array.push_back(word); words_array.push_back(word);
if (has_checksum) if (has_checksum)
{ {

@ -1,3 +1,4 @@
# Originally created as part of the Electrum project, Copyright (C) 2014 Thomas Voegtlin
abandon abandon
ability ability
able able

@ -1,3 +1,4 @@
# Originally created as part of the Electrum project, Copyright (C) 2014 Thomas Voegtlin
あい あい
あいこくしん あいこくしん
あう あう

@ -1,3 +1,4 @@
# Originally created as part of the Electrum project, Copyright (C) 2014 Thomas Voegtlin
ábaco ábaco
abdomen abdomen
abeja abeja

Loading…
Cancel
Save