docs: fix m_children to be a member of CTxMemPoolEntry#26281
Merged
glozow merged 1 commit intobitcoin:masterfrom Oct 9, 2022
Merged
docs: fix m_children to be a member of CTxMemPoolEntry#26281glozow merged 1 commit intobitcoin:masterfrom
glozow merged 1 commit intobitcoin:masterfrom
Conversation
glozow
reviewed
Oct 9, 2022
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Oct 9, 2022
…lEntry 01bf4af docs: fix m_children to be a member of CTxMemPoolEntry (stickies-v) Pull request description: Small documentation fix to reflect that `m_children` [is a member](https://github.com/bitcoin/bitcoin/blob/73b61717a977fc9d23f1bae3f8620641a9dee1f3/src/txmempool.h#L99) of `CTxMemPoolEntry`, not `CTxMemPool` ACKs for top commit: hebasto: ACK 01bf4af, wrong wording was introduced in bitcoin#19478. glozow: ACK 01bf4af Tree-SHA512: b66c43b92fda44682b1f67c43073ca9e133a6dc03cd28253e571e67170531138c20b22ffdb08f312fb2d47a1f869b876611646b54325c8b614d12049befad578
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small documentation fix to reflect that
m_childrenis a member ofCTxMemPoolEntry, notCTxMemPool