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).