1
0
Fork 0
forked from lthn/blockchain

fixed compilation problem

This commit is contained in:
cryptozoidberg 2020-03-07 07:41:17 +01:00
parent afe15b3337
commit 5fac594653
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -69,7 +69,7 @@ namespace tools
if (ret)
{
m_last_success_interract_time = time(nullptr);
m_plast_daemon_is_disconnected = false;
*m_plast_daemon_is_disconnected = false;
}
else
*m_plast_daemon_is_disconnected = true;