forked from lthn/blockchain
offline status tracking fix
This commit is contained in:
parent
fe8c34eb17
commit
12b2bec9bd
1 changed files with 3 additions and 0 deletions
|
|
@ -67,7 +67,10 @@ namespace tools
|
|||
}
|
||||
|
||||
if (ret)
|
||||
{
|
||||
m_last_success_interract_time = time(nullptr);
|
||||
m_plast_daemon_is_disconnected = false;
|
||||
}
|
||||
else
|
||||
*m_plast_daemon_is_disconnected = true;
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue