]> git.bitcoin.ninja Git - rust-lightning/commit
Remove PaymentPathFailed::retry
authorValentine Wallace <vwallace@protonmail.com>
Wed, 1 Mar 2023 16:46:15 +0000 (11:46 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 13 Mar 2023 15:59:03 +0000 (11:59 -0400)
commit753e4ce3c39080abe77e4d53a4ccb067d48f87a8
tree5aaf578456081dc9837e32e7bb0298bcc9de2cd1
parent23c1b461ea9c17a0bfd2be3825b1d761d38d6241
Remove PaymentPathFailed::retry

We now support automatic retries in ChannelManager and no longer support manual
retries, so the field is useless.
lightning-background-processor/src/lib.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/outbound_payment.rs
lightning/src/util/events.rs
pending_changelog/2063.txt [new file with mode: 0644]