Skip to content

Commit 2f0f0c9

Browse files
vss96TheBlueMatt
authored andcommitted
Update docs to specify where process events is called
1 parent 801d6e5 commit 2f0f0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/ln/peer_handler.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,9 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, L: Deref, CMH: Deref> P
11691169
/// May call [`send_data`] on [`SocketDescriptor`]s. Thus, be very careful with reentrancy
11701170
/// issues!
11711171
///
1172+
/// You don't have to call this function explicitly if you are using [`lightning-net-tokio`]
1173+
/// or one of the other clients provided in our language bindings.
1174+
///
11721175
/// [`send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
11731176
/// [`ChannelManager::process_pending_htlc_forwards`]: crate::ln::channelmanager::ChannelManager::process_pending_htlc_forwards
11741177
/// [`send_data`]: SocketDescriptor::send_data

0 commit comments

Comments
 (0)