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 ad78206 commit 0e4a4a6Copy full SHA for 0e4a4a6
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