Reduce build warnings and enable Qt build

This commit is contained in:
root
2026-04-28 16:50:31 +00:00
parent 34864c5254
commit 43b88c7110
43 changed files with 164 additions and 87 deletions
+1
View File
@@ -50,6 +50,7 @@ public:
CTxMemPoolEntry(const CTransaction& _tx, const CAmount& _nFee, int64_t _nTime, double _dPriority, unsigned int _nHeight);
CTxMemPoolEntry();
CTxMemPoolEntry(const CTxMemPoolEntry& other);
CTxMemPoolEntry& operator=(const CTxMemPoolEntry& other) = default;
const CTransaction& GetTx() const { return this->tx; }
double GetPriority(unsigned int currentHeight) const;