forked from lthn/blockchain
fixed dummy func
This commit is contained in:
parent
80672a783b
commit
c7aa656b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue