Fix Ubuntu 24 daemon build errors
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user