mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
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;
|
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…
Reference in New Issue
Block a user