Skip to content

Commit d55dd3a

Browse files
committed
Remove excess whitespace and highlight lightning-net-tokio
1 parent 94e818b commit d55dd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,13 +1165,13 @@ 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
///
1172-
/// You don't have to call this function explicitly if you are using lightning-net-tokio
1172+
/// You don't have to call this function explicitly if you are using [`lightning-net-tokio`]
11731173
/// or one of the other clients provided in our language bindings.
1174-
///
1174+
///
11751175
/// [`send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
11761176
/// [`ChannelManager::process_pending_htlc_forwards`]: crate::ln::channelmanager::ChannelManager::process_pending_htlc_forwards
11771177
/// [`send_data`]: SocketDescriptor::send_data

0 commit comments

Comments
 (0)