File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -681,11 +681,11 @@ fn handle_ldk_event(..) {
681
681
Event :: ProbeFailed { .. } => { .. }, // insert handling code
682
682
Event :: HTLCHandlingFailed { .. } => { .. }, // insert handling code
683
683
Event :: PendingHTLCsForwardable { .. } => { .. }, // insert handling code
684
- Event :: SpendableOutputs { .. } => { .. } // insert handling code
684
+ Event :: SpendableOutputs { .. } => { .. }, // insert handling code
685
685
Event :: OpenChannelRequest { .. } => { .. }, // insert handling code
686
- Event :: PaymentForwarded { .. } => { .. } // insert handling code
687
- Event :: ChannelClosed { .. } => { .. } // insert handling code
688
- Event :: DiscardFunding { .. } => { .. } // insert handling code
686
+ Event :: PaymentForwarded { .. } => { .. }, // insert handling code
687
+ Event :: ChannelClosed { .. } => { .. }, // insert handling code
688
+ Event :: DiscardFunding { .. } => { .. }, // insert handling code
689
689
}
690
690
}
691
691
```
You can’t perform that action at this time.
0 commit comments