mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 00:12:51 +01:00
return true on success
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user