Skip to content

Commit bb09577

Browse files
committed
f sp
1 parent 58e2aea commit bb09577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,6 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
14291429
let htlc_commitment_tx_output_idx =
14301430
if let Some(v) = htlc.transaction_output_index { v } else { return None; };
14311431

1432-
14331432
let mut htlc_spend_txid_opt = None;
14341433
let mut holder_timeout_spend_pending = None;
14351434
let mut htlc_spend_pending = None;

0 commit comments

Comments
 (0)