forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#28808: refactor: Miniminer package linearization followups
b4b01d3 [refactor] updating miniminer comments to be more accurate (kevkevin) 83933ef [refactor] Miniminer var cached_descendants to descendants (kevkevin) 43423fd [refactor] Change MiniMinerMempoolEntry order (kevkevin) Pull request description: ### Motivation In bitcoin#28762 there were some post merge comments which are being addressed in this PR with the following commits ### [8d4c46f](8d4c46f) Reorganizing `MiniMinerMempoolEntry` to match the order we have elsewhere * bitcoin#28762 (comment) ### [7505ec2](7505ec2) Renaming `cached_descendants` to `descendants` for simpler variable naming * bitcoin#28762 (comment) ### [b21f2f2](b21f2f2) Code comment modifications to be more accurate to what is actually happening * bitcoin#28762 (comment) and * bitcoin#28762 (comment) and * bitcoin#28762 (comment) ACKs for top commit: murchandamus: reACK b4b01d3 theStack: LGTM ACK b4b01d3 Tree-SHA512: 54f044a578fb203d8a3c1aa0bcd1fc4bcdff0bc9b024351925a4caf0ccece7c7736b0694ad1168c3cbb447bdb58a91f4cac365f46114da29a889fbc8ea595b82
- Loading branch information
Showing
3 changed files
with
38 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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