Skip to content

Commit 432507b

Browse files
committed
Update docs to specify where process events is called
1 parent 77c4506 commit 432507b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_handler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, L: Deref, CMH: Deref> P
11651165
/// Checks for any events generated by our handlers and processes them. Includes sending most
11661166
/// response messages as well as messages generated by calls to handler functions directly (eg
11671167
/// functions like [`ChannelManager::process_pending_htlc_forwards`] or [`send_payment`]).
1168-
///
1168+
///
11691169
/// May call [`send_data`] on [`SocketDescriptor`]s. Thus, be very careful with reentrancy
11701170
/// issues!
11711171
///

0 commit comments

Comments
 (0)