diff --git a/src/txmempool.h b/src/txmempool.h index 4ecc0fb61..556c64d7f 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -76,7 +76,7 @@ class CTxMemPool; class CTxMemPoolEntry { private: -shared_ptr tx; + std::shared_ptr 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