mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +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.
|
/// replies. Handlers should connect to the node otherwise any buffered messages may be lost.
|
||||||
///
|
///
|
||||||
/// # Failure Behavior and Persistence
|
/// # Failure Behavior and Persistence
|
||||||
/// This event will eventually be replayed after failures-to-handle (i.e., the event handler
|
/// This event won't be replayed after failures-to-handle
|
||||||
/// returning `Err(ReplayEvent ())`), but won't be persisted across restarts.
|
/// (i.e., the event handler returning `Err(ReplayEvent ())`), and also won't be persisted
|
||||||
|
/// across restarts.
|
||||||
///
|
///
|
||||||
/// [`OnionMessage`]: msgs::OnionMessage
|
/// [`OnionMessage`]: msgs::OnionMessage
|
||||||
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter
|
/// [`MessageRouter`]: crate::onion_message::messenger::MessageRouter
|
||||||
|
|
Loading…
Add table
Reference in a new issue