diff options
Diffstat (limited to 'src/txmempool.cpp')
| -rw-r--r-- | src/txmempool.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp index c6b679aec..bfb9e8519 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -45,11 +45,6 @@ CTxMemPoolEntry::CTxMemPoolEntry(const CTransactionRef& _tx, const CAmount& _nFe nSigOpCostWithAncestors = sigOpCost; } -CTxMemPoolEntry::CTxMemPoolEntry(const CTxMemPoolEntry& other) -{ - *this = other; -} - double CTxMemPoolEntry::GetPriority(unsigned int currentHeight) const { |