You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvoicePayer is stateless, so it will retry failed spontaneous payments when receiving PaymentPathFailed events. However, the InvoicePayer interface should be expanded to support spontaneous payments given a retry is needed when ChannelManager::send_spontaneous_payment returns Err(PaymentSendFailure::AllFailedRetrySafe).
The text was updated successfully, but these errors were encountered:
InvoicePayer
is stateless, so it will retry failed spontaneous payments when receivingPaymentPathFailed
events. However, theInvoicePayer
interface should be expanded to support spontaneous payments given a retry is needed whenChannelManager::send_spontaneous_payment
returnsErr(PaymentSendFailure::AllFailedRetrySafe)
.The text was updated successfully, but these errors were encountered: