File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1702,9 +1702,8 @@ where
1702
1702
/// Gets a list of payments in random order that are currently pending resolution.
1703
1703
///
1704
1704
/// This can be useful for figuring out whether or not a payment made needs to be retried.
1705
- /// In general, if it is not listed here, you should consider retrying it with a caveat: if a
1706
- /// payment is returned as [`RecentPaymentDetails::Fulfilled`], you may retry it, but should
1707
- /// not.
1705
+ /// In general, if it is not listed here, you should consider retrying it if not
1706
+ /// [`RecentPaymentDetails::Fulfilled`].
1708
1707
pub fn list_pending_payments ( & self ) -> Vec < RecentPaymentDetails > {
1709
1708
self . pending_outbound_payments . pending_outbound_payments . lock ( ) . unwrap ( ) . iter ( )
1710
1709
. filter_map ( |( _, pending_outbound_payment) | match pending_outbound_payment {
You can’t perform that action at this time.
0 commit comments