Skip to content

Commit 9060cc7

Browse files
committed
f rustfmt
1 parent 3a333bc commit 9060cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/functional_tests.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9721,9 +9721,9 @@ fn do_test_manual_broadcast_skips_commitment_until_funding(
97219721
let htlc_tx = broadcasts
97229722
.iter()
97239723
.find(|tx| {
9724-
tx.input.iter().any(|input| {
9725-
input.previous_output.txid == commitment_tx.compute_txid()
9726-
})
9724+
tx.input
9725+
.iter()
9726+
.any(|input| input.previous_output.txid == commitment_tx.compute_txid())
97279727
})
97289728
.expect("HTLC claim transaction not broadcast");
97299729
check_spends!(htlc_tx, commitment_tx);

0 commit comments

Comments
 (0)