Pass pending events to outbound_payments::abandon_payment
authorValentine Wallace <vwallace@protonmail.com>
Fri, 3 Feb 2023 17:44:14 +0000 (12:44 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 15 Feb 2023 03:51:28 +0000 (22:51 -0500)
commitf8712106d29275c8ed4720e83dc61c9962b5a79a
treeef9700726d7b5b0dca724d3a801cab7386fbdfb9
parent8d0c08c155ec9f5b9dfc58d7ea346de33c002340
Pass pending events to outbound_payments::abandon_payment

This makes it uniform with the outbound payment methods that generate events
and set us up for abandoning payments on behalf of the user.
lightning/src/ln/channelmanager.rs
lightning/src/ln/outbound_payment.rs