We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24918f2 commit 3de2d5bCopy full SHA for 3de2d5b
lightning/src/ln/channelmanager.rs
@@ -1200,7 +1200,7 @@ pub enum PaymentSendFailure {
1200
/// send_payment.
1201
PathParameterError(Vec<Result<(), APIError>>),
1202
/// All paths which were attempted failed to send, with no channel state change taking place.
1203
- /// You can freely retry the payment in full (though you probably want to do so over different
+ /// You can freely resend the payment in full (though you probably want to do so over different
1204
/// paths than the ones selected).
1205
///
1206
/// Because the payment failed outright, no payment tracking is done, you do not need to call
0 commit comments