Reduce build warnings and enable Qt build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user