More time handling fixes

This commit is contained in:
SChernykh
2022-03-23 15:49:24 +01:00
parent ef15c3b54f
commit 0c2b7d6010
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ void p2pool::handle_miner_data(MinerData& data)
}
data.tx_backlog.clear();
data.time_received = std::chrono::system_clock::now();
data.time_received = std::chrono::high_resolution_clock::now();
m_minerData = data;
m_updateSeed = true;
update_median_timestamp();