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
14941494 LdkEvent :: OnionMessagePeerConnected { .. } => {
14951495 debug_assert ! ( false , "We currently don't support onion message interception, so this event should never be emitted." ) ;
14961496 } ,
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+ } ,
14971506 }
14981507 Ok ( ( ) )
14991508 }
You can’t perform that action at this time.
0 commit comments