Skip to content

Commit

Permalink
Format original_inputs.next()
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 14, 2023
1 parent 2de946d commit e93f225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ where
if proposed_txin.previous_output == original_txin.previous_output {
proposed_psbtin.witness_utxo = original_psbtin.witness_utxo.clone();
proposed_psbtin.non_witness_utxo = original_psbtin.non_witness_utxo.clone();
original_inputs.next();

original_inputs.next();
}
}
}
Expand Down

0 comments on commit e93f225

Please sign in to comment.