forked from lthn/blockchain
Fixed WRONG_PASSWORD error in UI
This commit is contained in:
parent
9ef3c81f65
commit
d423f465a1
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue