Skip to content

Commit 08f33cf

Browse files
committed
Update pending changelog with PaymentFailureReason
1 parent 4788dc7 commit 08f33cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pending_changelog/3192-invoice-request-failed-event.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
* Any `Event::PaymentFailed` generated without a payment hash will deserialize
1111
with `PaymentHash([0; 32])` when downgrading. This can be treated like an
1212
`Event::InvoiceRequestFailed` (#3192).
13+
* An `Event::PaymentFailed` generated with one of the following
14+
`PaymentFailureReason`s will fail to deserialize after downgrading:
15+
`UnknownRequiredFeatures`, `InvoiceRequestExpired`, or
16+
`InvoiceRequestRejected` (#3192).

0 commit comments

Comments
 (0)