Skip to content

Commit b4a9213

Browse files
committed
f - Expand PaymentPathSuccessful::path docs
1 parent 55643b6 commit b4a9213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ pub enum Event {
356356
/// [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
357357
payment_hash: Option<PaymentHash>,
358358
/// The payment path that was successful.
359+
///
360+
/// May contain a closed channel if the HTLC sent along the path was fulfilled on chain.
359361
path: Vec<RouteHop>,
360362
},
361363
}

0 commit comments

Comments
 (0)