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.
finalize_input
1 parent c1effc0 commit 4b2ff5dCopy full SHA for 4b2ff5d
src/finalizer.rs
@@ -35,9 +35,7 @@ impl Finalizer {
35
// return true if already finalized.
36
{
37
let psbt_input = &psbt.inputs[input_index];
38
- if psbt_input.final_script_witness.is_some()
39
- || psbt_input.final_script_witness.is_some()
40
- {
+ if psbt_input.final_script_sig.is_some() || psbt_input.final_script_witness.is_some() {
41
return Ok(true);
42
}
43
0 commit comments