mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
[test]: remove ExtractDestination false assertion for ANCHOR script
This commit is contained in:
@@ -76,13 +76,11 @@ FUZZ_TARGET(script, .init = initialize_script)
|
||||
assert(which_type == TxoutType::PUBKEY ||
|
||||
which_type == TxoutType::NONSTANDARD ||
|
||||
which_type == TxoutType::NULL_DATA ||
|
||||
which_type == TxoutType::MULTISIG ||
|
||||
which_type == TxoutType::ANCHOR);
|
||||
which_type == TxoutType::MULTISIG);
|
||||
}
|
||||
if (which_type == TxoutType::NONSTANDARD ||
|
||||
which_type == TxoutType::NULL_DATA ||
|
||||
which_type == TxoutType::MULTISIG ||
|
||||
which_type == TxoutType::ANCHOR) {
|
||||
which_type == TxoutType::MULTISIG) {
|
||||
assert(!extract_destination_ret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user