1
0
Fork 0
forked from lthn/blockchain

fixed dummy func

This commit is contained in:
cryptozoidberg 2020-10-17 20:08:00 +03:00
parent 80672a783b
commit c7aa656b3e
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -248,7 +248,7 @@ QString MainWindow::request_dummy()
if (code_ == 2)
{
code_ = -1;
ar.error_code = API_RETURN_CODE_OK;
ar.error_code = API_RETURN_CODE_CORE_BUSY;
}
else
{