File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1494,6 +1494,15 @@ where
1494
1494
LdkEvent :: OnionMessagePeerConnected { .. } => {
1495
1495
debug_assert ! ( false , "We currently don't support onion message interception, so this event should never be emitted." ) ;
1496
1496
} ,
1497
+ LdkEvent :: PersistStaticInvoice { .. } => {
1498
+ debug_assert ! ( false , "We currently don't support static invoice persistence, so this event should never be emitted." ) ;
1499
+ } ,
1500
+ LdkEvent :: StaticInvoiceRequested { .. } => {
1501
+ debug_assert ! ( false , "We currently don't support static invoice persistence, so this event should never be emitted." ) ;
1502
+ } ,
1503
+ LdkEvent :: FundingTransactionReadyForSigning { .. } => {
1504
+ debug_assert ! ( false , "We currently don't support interactive-tx, so this event should never be emitted." ) ;
1505
+ } ,
1497
1506
}
1498
1507
Ok ( ( ) )
1499
1508
}
You can’t perform that action at this time.
0 commit comments