Skip to content

Commit 7c7a42f

Browse files
committed
f Note some events might not be replayed
1 parent f329281 commit 7c7a42f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/events/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,6 +2304,8 @@ pub trait MessageSendEventsProvider {
23042304
/// persist any relevant changes to disk *before* returning `Ok(())`. In case of an error (e.g.,
23052305
/// persistence failure) implementors should return `Err(ReplayEvent())`, signalling to the
23062306
/// [`EventsProvider`] to replay unhandled events on the next invocation (generally immediately).
2307+
/// Note that some events might not be replayed, please refer to the documentation for
2308+
/// the individual [`Event`] variants for more detail.
23072309
///
23082310
/// Further, because an application may crash between an [`Event`] being handled and the
23092311
/// implementor of this trait being re-serialized, [`Event`] handling must be idempotent - in

0 commit comments

Comments
 (0)