1
0
Fork 0
forked from lthn/blockchain

removed wrong pass text

This commit is contained in:
cryptozoidberg 2019-09-11 07:45:09 +08:00
parent 7aed4b508c
commit 8d34c33d7e
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1037,7 +1037,7 @@ QString MainWindow::get_secure_app_data(const QString& param)
const app_data_file_binary_header* phdr = reinterpret_cast<const app_data_file_binary_header*>(app_data_buff.data());
if (phdr->m_signature != APP_DATA_FILE_BINARY_SIGNATURE)
{
LOG_ERROR("password missmatch: provided pass: " << pwd.pass);
LOG_ERROR("password missmatch");
view::api_response ar;
ar.error_code = API_RETURN_CODE_WRONG_PASSWORD;
return MAKE_RESPONSE(ar);