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.
1 parent a865724 commit 9dc4be9Copy full SHA for 9dc4be9
src/psbt/mod.rs
@@ -965,7 +965,7 @@ impl PsbtInputExt for psbt::Input {
965
}
966
None => {
967
match derived {
968
- Descriptor::Tr(_) => { /*Tr outputs can always omit non_witness_utxo*/ }
+ Descriptor::Tr(_) if check_witness_utxo => { /*can be omited*/ }
969
_ => return Err(UpdateInputError::NonWitnessUtxoCheck),
970
971
0 commit comments