diff options
author | stickies-v <stickies-v@protonmail.com> | 2022-10-07 13:48:11 +0100 |
---|---|---|
committer | stickies-v <stickies-v@protonmail.com> | 2022-10-07 15:06:45 +0100 |
commit | 01bf4af4f2e67420b0180ffd39098758b1fc5e1b (patch) | |
tree | 2385bdf3306d5e1ad76617215f53c94b80d3edb3 /src/txmempool.h | |
parent | 33eef562a321ce772a9a88073a78a85894cb3fe8 (diff) |
docs: fix m_children to be a member of CTxMemPoolEntry
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index cd15d069b1..cc7c6348f0 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -825,7 +825,7 @@ private: * mempool but may have child transactions in the mempool, eg during a * chain reorg. * - * @pre CTxMemPool::m_children is correct for the given tx and all + * @pre CTxMemPoolEntry::m_children is correct for the given tx and all * descendants. * @pre cachedDescendants is an accurate cache where each entry has all * descendants of the corresponding key, including those that should |