mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Correct ConnectionNeeded
docs
This commit is contained in:
parent
a383beda2f
commit
53a616b46e
1 changed files with 3 additions and 2 deletions
|
@ -756,8 +756,9 @@ pub enum Event {
|
|||
/// replies. Handlers should connect to the node otherwise any buffered messages may be lost.
|
||||
///
|
||||
/// # Failure Behavior and Persistence
|
||||
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
|
||||
/// returning `Err(ReplayEvent ())`), but won't be persisted across restarts.
|
||||
/// This event won't be replayed after failures-to-handle
|
||||
/// (i.e., the event handler returning `Err(ReplayEvent ())`), and also won't be persisted
|
||||
/// across restarts.
|
||||
///
|
||||
/// [`OnionMessage`]: msgs::OnionMessage
|
||||
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter
|
||||
|
|
Loading…
Add table
Reference in a new issue