Skip to content

Commit fbe3f63

Browse files
committed
f Account for new InvoiceRequestFailed event type
1 parent d1827fd commit fbe3f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/event.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ where
781781
LdkEvent::DiscardFunding { .. } => {}
782782
LdkEvent::HTLCIntercepted { .. } => {}
783783
LdkEvent::BumpTransaction(_) => {}
784+
LdkEvent::InvoiceRequestFailed { .. } => {}
784785
}
785786
}
786787
}

0 commit comments

Comments
 (0)