We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de946d commit e93f225Copy full SHA for e93f225
1 file changed
src/handlers.rs
@@ -491,8 +491,8 @@ where
491
if proposed_txin.previous_output == original_txin.previous_output {
492
proposed_psbtin.witness_utxo = original_psbtin.witness_utxo.clone();
493
proposed_psbtin.non_witness_utxo = original_psbtin.non_witness_utxo.clone();
494
-
495
- original_inputs.next();
+
+ original_inputs.next();
496
}
497
498
0 commit comments