File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -364,11 +364,7 @@ impl OnchainEventEntry {
364
364
// it's broadcastable when we see the previous block.
365
365
conf_threshold = cmp:: max ( conf_threshold, self . height + descriptor. to_self_delay as u32 - 1 ) ;
366
366
} ,
367
- OnchainEvent :: FundingSpendConfirmation { on_local_output_csv : Some ( csv) , .. } => {
368
- // A CSV'd transaction is confirmable in block (input height) + CSV delay, which means
369
- // it's broadcastable when we see the previous block.
370
- conf_threshold = cmp:: max ( conf_threshold, self . height + csv as u32 - 1 ) ;
371
- } ,
367
+ OnchainEvent :: FundingSpendConfirmation { on_local_output_csv : Some ( csv) , .. } |
372
368
OnchainEvent :: HTLCSpendConfirmation { on_to_local_output_csv : Some ( csv) , .. } => {
373
369
// A CSV'd transaction is confirmable in block (input height) + CSV delay, which means
374
370
// it's broadcastable when we see the previous block.
You can’t perform that action at this time.
0 commit comments