Show uptime in status

This commit is contained in:
SChernykh
2021-10-26 17:55:47 +02:00
parent 6859d11445
commit c0c210664a
3 changed files with 22 additions and 2 deletions
+2
View File
@@ -49,6 +49,8 @@ p2pool::p2pool(int argc, char* argv[])
, m_params(new Params(argc, argv))
, m_updateSeed(true)
, m_submitBlockData{}
, m_zmqLastActive(0)
, m_startTime(time(nullptr))
{
LOGINFO(1, log::LightCyan() << VERSION);