Skip to content

Commit b7462fd

Browse files
committed
f Indent
1 parent 28af6c7 commit b7462fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,12 +2339,12 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
23392339
}
23402340

23412341
pub fn detected_funding_spend(&self) -> bool {
2342-
self.funding_spend_confirmed.is_some() ||
2343-
self.onchain_events_awaiting_threshold_conf
2344-
.iter().find(|event| match event.event {
2345-
OnchainEvent::FundingSpendConfirmation { .. } => true,
2346-
_ => false,
2347-
}).is_some()
2342+
self.funding_spend_confirmed.is_some() ||
2343+
self.onchain_events_awaiting_threshold_conf
2344+
.iter().find(|event| match event.event {
2345+
OnchainEvent::FundingSpendConfirmation { .. } => true,
2346+
_ => false,
2347+
}).is_some()
23482348
}
23492349

23502350
pub fn get_outputs_to_watch(&self) -> &HashMap<Txid, Vec<(u32, Script)>> {

0 commit comments

Comments
 (0)