CI: use clang-20 for code coverage

This commit is contained in:
SChernykh
2025-06-22 16:59:15 +02:00
parent b3678bfbe9
commit e69f5722df
3 changed files with 30 additions and 16 deletions
-1
View File
@@ -29,7 +29,6 @@ class P2PServer;
struct MinerShare
{
FORCEINLINE MinerShare() : m_weight(), m_wallet(nullptr) {}
FORCEINLINE MinerShare(const difficulty_type& w, const Wallet* x) : m_weight(w), m_wallet(x) {}
FORCEINLINE bool operator==(const MinerShare& s) const { return *m_wallet == *s.m_wallet; }