Remove retry_payments method
authorValentine Wallace <vwallace@protonmail.com>
Sun, 5 Feb 2023 22:05:12 +0000 (17:05 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 15 Feb 2023 22:59:39 +0000 (17:59 -0500)
commit5c6d8a7cb8c2252d112568e03496f6adaa16f774
tree71539476b343f7365df98cfa73c681b5d16e6169
parent13e60da7fa88df2830b1673ce182071a8ba5b3e0
Remove retry_payments method

We're no longer supporting manual retries since
ChannelManager::send_payment_with_retry can be parameterized by a retry
strategy

This commit also updates all docs related to retry_payment and abandon_payment.
Since these docs frequently overlap with changes in preceding commits where we
start abandoning payments on behalf of the user, all the docs are updated in
one go.
lightning/src/ln/channelmanager.rs
lightning/src/ln/outbound_payment.rs
lightning/src/ln/payment_tests.rs
lightning/src/routing/router.rs
lightning/src/util/events.rs