File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1166,13 +1166,13 @@ pub enum PaymentSendFailure {
1166
1166
/// in over-/re-payment.
1167
1167
///
1168
1168
/// The results here are ordered the same as the paths in the route object which was passed to
1169
- /// send_payment, and any Errs which are not APIError::MonitorUpdateInProgress can be safely
1170
- /// retried via [`ChannelManager::retry_payment`].
1169
+ /// send_payment, and any `Err`s which are not [` APIError::MonitorUpdateInProgress`] can be
1170
+ /// safely retried via [`ChannelManager::retry_payment`].
1171
1171
///
1172
- /// Any entries which contain Err(APIError::MonitorUpdateInprogress) or Ok(()) MUST NOT be
1172
+ /// Any entries which contain ` Err(APIError::MonitorUpdateInprogress)` or ` Ok(())` MUST NOT be
1173
1173
/// retried as they will result in over-/re-payment. These HTLCs all either successfully sent
1174
- /// (in the case of Ok(())) or will send once a [`MonitorEvent::Completed`] is provided for the
1175
- /// next-hop channel with the latest update_id.
1174
+ /// (in the case of ` Ok(())` ) or will send once a [`MonitorEvent::Completed`] is provided for
1175
+ /// the next-hop channel with the latest update_id.
1176
1176
PartialFailure {
1177
1177
/// The errors themselves, in the same order as the route hops.
1178
1178
results : Vec < Result < ( ) , APIError > > ,
You can’t perform that action at this time.
0 commit comments