Skip to content

Commit e93f225

Browse files
committed
Format original_inputs.next()
1 parent 2de946d commit e93f225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ where
491491
if proposed_txin.previous_output == original_txin.previous_output {
492492
proposed_psbtin.witness_utxo = original_psbtin.witness_utxo.clone();
493493
proposed_psbtin.non_witness_utxo = original_psbtin.non_witness_utxo.clone();
494-
495-
original_inputs.next();
494+
495+
original_inputs.next();
496496
}
497497
}
498498
}

0 commit comments

Comments
 (0)