We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5174b53 + 28f8cb1 commit 218fe60Copy full SHA for 218fe60
src/test/fuzz/decode_tx.cpp
@@ -24,8 +24,7 @@ void test_one_input(const std::vector<uint8_t>& buffer)
24
if (result_try_witness_and_maybe_no_witness) {
25
assert(result_try_no_witness || result_try_witness);
26
}
27
- // if (result_try_no_witness) { // Uncomment when https://github.com/bitcoin/bitcoin/pull/17775 is merged
28
- if (result_try_witness) { // Remove stop-gap when https://github.com/bitcoin/bitcoin/pull/17775 is merged
+ if (result_try_no_witness) {
29
assert(result_try_witness_and_maybe_no_witness);
30
31
0 commit comments