Added attribution to Electrum for their word-lists
This commit is contained in:
parent
4cbf8d4243
commit
423bf69dca
|
@ -94,6 +94,11 @@ namespace
|
|||
std::string word;
|
||||
while (input_stream >> word)
|
||||
{
|
||||
if (word.length() == 0 || word[0] == '#')
|
||||
{
|
||||
// Skip empty and comment lines
|
||||
continue;
|
||||
}
|
||||
words_array.push_back(word);
|
||||
if (has_checksum)
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Originally created as part of the Electrum project, Copyright (C) 2014 Thomas Voegtlin
|
||||
abandon
|
||||
ability
|
||||
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
|
||||
abdomen
|
||||
abeja
|
||||
|
|
Loading…
Reference in New Issue