mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
return true on success
This commit is contained in:
parent
2e11eb1504
commit
0e0e55714d
@ -328,7 +328,7 @@ namespace crypto
|
|||||||
|
|
||||||
words.pop_back();
|
words.pop_back();
|
||||||
words += (' ' + words_store[create_checksum_index(words_store, language->get_unique_prefix_length())]);
|
words += (' ' + words_store[create_checksum_index(words_store, language->get_unique_prefix_length())]);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user