Skip to content

Commit 74a0db8

Browse files
committed
f Account for new InvoiceGenerated event
1 parent 4a81898 commit 74a0db8

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
@@ -877,6 +877,7 @@ where
877877
LdkEvent::HTLCIntercepted { .. } => {},
878878
LdkEvent::BumpTransaction(_) => {},
879879
LdkEvent::InvoiceRequestFailed { .. } => {},
880+
LdkEvent::InvoiceGenerated { .. } => {},
880881
LdkEvent::ConnectionNeeded { .. } => {},
881882
}
882883
}

0 commit comments

Comments
 (0)