Added attribution to Electrum for their word-lists

pull/95/head
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;
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…
Cancel
Save