Refactored array_size to make it always constexpr

This commit is contained in:
SChernykh
2021-10-14 16:46:49 +02:00
parent 39b2167c98
commit 9e90e988fa
5 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ private:
time_t m_apiLastUpdateTime;
void update_hashrate_data(uint64_t target, time_t timestamp);
void update_hashrate_data(uint64_t hashes, time_t timestamp);
void api_update_local_stats(time_t timestamp);
};