We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38c355 commit c2086a4Copy full SHA for c2086a4
pending_changelog/3192-invoice-request-failed-event.txt
@@ -10,3 +10,7 @@
10
* Any `Event::PaymentFailed` generated without a payment hash will deserialize
11
with `PaymentHash([0; 32])` when downgrading. This can be treated like an
12
`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