Add missing comparison for TODO comments in mempool_packages.py
Also, notice that the ancestor size limits and descendant size limits actually implemented in #21800 , so I removed the todo for those two size limits.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
Thanks for the pull, please squash your commits
Thanks for the pull, please squash your commits
squashed.
204 | - mempool = self.nodes[0].getrawmempool(True) 205 | - for tx in mempool: 206 | - assert_equal(mempool[tx]['unbroadcast'], False) 207 | - 208 | - # TODO: test ancestor size limits 209 | + # Check more detailed check of node1's mempool
these comments are not needed(and indented wrong); I think they can just all be removed since the test is self-explanatory
Could you please clarify what you meant by "indented wrong"? I believe these lines are intended to follow the same indentation pattern as the rest of the file. If there's a specific indentation style that should be applied here, I'd appreciate your guidance.
But I agreed with you. Those lines are self explanatory. I removed the comments.