File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2339,12 +2339,12 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
2339
2339
}
2340
2340
2341
2341
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 ( )
2348
2348
}
2349
2349
2350
2350
pub fn get_outputs_to_watch ( & self ) -> & HashMap < Txid , Vec < ( u32 , Script ) > > {
You can’t perform that action at this time.
0 commit comments