Skip to content

Commit 4e9278f

Browse files
committed
f style
1 parent 8783894 commit 4e9278f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,9 +2154,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
21542154
.iter()
21552155
.filter_map(|entry| match &entry.event {
21562156
OnchainEvent::HTLCUpdate { source, .. } => Some(source),
2157-
OnchainEvent::MaturingOutput { .. } => None,
2158-
OnchainEvent::FundingSpendConfirmation { .. } => None,
2159-
OnchainEvent::HTLCSpendConfirmation { .. } => None,
2157+
_ => None,
21602158
})
21612159
.collect();
21622160
#[cfg(debug_assertions)]

0 commit comments

Comments
 (0)