aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorSuhas Daftuar <[email protected]>2016-03-08 15:49:26 -0500
committerSuhas Daftuar <[email protected]>2016-03-14 12:13:34 -0400
commitce019bf90fe89c1256a89c489795987ef0b8a18f (patch)
treeda061f7c09b4508fd94d1737dae11c5b97921fa5 /src/txmempool.h
parentAdd ancestor feerate index to mempool (diff)
downloadarchived-discoin-ce019bf90fe89c1256a89c489795987ef0b8a18f.tar.xz
archived-discoin-ce019bf90fe89c1256a89c489795987ef0b8a18f.zip
Check all ancestor state in CTxMemPool::check()
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 3f80a6ec2..a82d17c2f 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -527,7 +527,7 @@ public:
* fSearchForParents = whether to search a tx's vin for in-mempool parents, or
* look up parents from mapLinks. Must be true for entries not in the mempool
*/
- bool CalculateMemPoolAncestors(const CTxMemPoolEntry &entry, setEntries &setAncestors, uint64_t limitAncestorCount, uint64_t limitAncestorSize, uint64_t limitDescendantCount, uint64_t limitDescendantSize, std::string &errString, bool fSearchForParents = true);
+ bool CalculateMemPoolAncestors(const CTxMemPoolEntry &entry, setEntries &setAncestors, uint64_t limitAncestorCount, uint64_t limitAncestorSize, uint64_t limitDescendantCount, uint64_t limitDescendantSize, std::string &errString, bool fSearchForParents = true) const;
/** Populate setDescendants with all in-mempool descendants of hash.
* Assumes that setDescendants includes all in-mempool descendants of anything