return true on success

This commit is contained in:
warptangent 2014-11-06 14:36:36 -08:00
parent 2e11eb1504
commit 0e0e55714d

View file

@ -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;
}
/*!