1
0
Fork 0
forked from lthn/blockchain

offline status tracking fix

This commit is contained in:
cryptozoidberg 2020-03-07 07:27:59 +01:00
parent fe8c34eb17
commit 12b2bec9bd
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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;