return true on success
This commit is contained in:
parent
2e11eb1504
commit
0e0e55714d
|
@ -328,7 +328,7 @@ namespace crypto
|
|||
|
||||
words.pop_back();
|
||||
words += (' ' + words_store[create_checksum_index(words_store, language->get_unique_prefix_length())]);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue