fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::Txid#28997
fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::Txid#28997fanquake merged 1 commit intobitcoin:masterfrom
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
ACK 38816ff |
Can you explain the "bugs"? The wtxid is equal to the txid for transactions that have not witness data, and all transactions in this test have no witness data. Seems fine to fix the style and make this refactor, but I don't see any bugs. Also, if there was a bug, the test should be fixed to catch it, no? |
Fixes the bugs in the fuzz test with no more changes as an alternative to #28658