diff options
| author | Karl-Johan Alm <[email protected]> | 2018-03-07 10:45:24 -0500 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2018-06-11 19:04:56 +0900 |
| commit | 322b12ac4e0a8c892e81a760ff7225619248b74f (patch) | |
| tree | 01ed3d8ae153a7c010e868fb8c522de2ba406d4f /src/txmempool.h | |
| parent | Switch to GetTransactionAncestry() in OutputEligibleForSpending (diff) | |
| download | discoin-322b12ac4e0a8c892e81a760ff7225619248b74f.tar.xz discoin-322b12ac4e0a8c892e81a760ff7225619248b74f.zip | |
Remove deprecated TransactionWithinChainLimit
Diffstat (limited to 'src/txmempool.h')
| -rw-r--r-- | src/txmempool.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index d32c29a18..bda812b42 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -626,9 +626,6 @@ public: */ void GetTransactionAncestry(const uint256& txid, size_t& ancestors, size_t& descendants) const; - /** Returns false if the transaction is in the mempool and not within the chain limit specified. */ - bool TransactionWithinChainLimit(const uint256& txid, size_t ancestor_limit, size_t descendant_limit) const; - unsigned long size() { LOCK(cs); |