txmempool.h
This commit is contained in:
lateminer
2018-10-17 20:36:32 +03:00
parent 5e9497ce5b
commit ea21ee91da

View File

@@ -76,7 +76,7 @@ class CTxMemPool;
class CTxMemPoolEntry
{
private:
shared_ptr<const CTransaction> tx;
std::shared_ptr<const CTransaction> tx;
CAmount nFee; //!< Cached to avoid expensive parent-transaction lookups
size_t nTxSize; //!< ... and avoid recomputing tx size
size_t nModSize; //!< ... and modified size for priority