From e93f225cc31bdaf4bf945f3adf9927bf85e4bc6d Mon Sep 17 00:00:00 2001 From: DanGould Date: Wed, 13 Dec 2023 20:24:25 -0500 Subject: [PATCH] Format original_inputs.next() --- src/handlers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/handlers.rs b/src/handlers.rs index 1f0b596..effdd23 100644 --- a/src/handlers.rs +++ b/src/handlers.rs @@ -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(); } } }