Fix Ubuntu 24 daemon build errors

This commit is contained in:
root
2026-04-28 06:04:48 +00:00
parent 24959ec1f7
commit bd3dd170d2
10 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ public:
bool ReadCoinSpend(const uint256& hashSerial, uint256 &txHash);
bool EraseCoinMint(const CBigNum& bnPubcoin);
bool EraseCoinSpend(const CBigNum& bnSerial);
bool WipeCoins(std::string strType);
bool WipeCoins(const std::string& strType);
bool WriteAccumulatorValue(const uint32_t& nChecksum, const CBigNum& bnValue);
bool ReadAccumulatorValue(const uint32_t& nChecksum, CBigNum& bnValue);
bool EraseAccumulatorValue(const uint32_t& nChecksum);