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.
ExtractDestination
ANCHOR
1 parent bacab13 commit a4f2b18Copy full SHA for a4f2b18
src/test/fuzz/script.cpp
@@ -76,13 +76,11 @@ FUZZ_TARGET(script, .init = initialize_script)
76
assert(which_type == TxoutType::PUBKEY ||
77
which_type == TxoutType::NONSTANDARD ||
78
which_type == TxoutType::NULL_DATA ||
79
- which_type == TxoutType::MULTISIG ||
80
- which_type == TxoutType::ANCHOR);
+ which_type == TxoutType::MULTISIG);
81
}
82
if (which_type == TxoutType::NONSTANDARD ||
83
84
85
- which_type == TxoutType::ANCHOR) {
+ which_type == TxoutType::MULTISIG) {
86
assert(!extract_destination_ret);
87
88
0 commit comments