1
0
Fork 0
forked from lthn/blockchain

Fixed WRONG_PASSWORD error in UI

This commit is contained in:
cryptozoidberg 2022-01-27 15:30:50 +01:00
parent 9ef3c81f65
commit d423f465a1
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC
2 changed files with 2 additions and 1 deletions

View file

@ -786,6 +786,7 @@ bool MainWindow::init_ipc_server()
bool data_received = pmq->timed_receive((void*)buff.data(), GUI_IPC_BUFFER_SIZE, recvd_size, priority, boost::posix_time::ptime(boost::posix_time::microsec_clock::universal_time()) + boost::posix_time::milliseconds(1000));
if (data_received && recvd_size != 0)
{
buff.resize(recvd_size, '*');
handle_ipc_event(buff);//todo process token
}
}

@ -1 +1 @@
Subproject commit 412a89eb100e3fa81c0e45e3a4f6270992eded38
Subproject commit 02e277cbda5c9b40f8bb445fb2f6b87a3a780431