mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
return true on success
This commit is contained in:
parent
2e11eb1504
commit
0e0e55714d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue