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
If an outbound payment was abandoned with htlcs in-flight and later claimed, we
would previously have the PaymentSent::fee_paid_msat be set to None. This
contradicted some docs on the event that stated the field would always be Some
after 0.0.103.
Backport of 3e9e6e9
Conflicts resolved in:
* lightning/src/ln/functional_tests.rs
* lightning/src/ln/outbound_payment.rs
* lightning/src/ln/payment_tests.rs
0 commit comments