We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff9032 commit 41ef097Copy full SHA for 41ef097
pending_changelog/3139-bolt12-compatability.txt
@@ -1,8 +1,8 @@
1
## Backwards Compatibility
2
* BOLT12 `Offers` created in prior versions are still valid but are at risk of
3
de-anonymization attacks.
4
- * BOLT12 outbound payments in state `PendingOutboundPayment::AwaitingInvoice`
5
- are considered invalid by `ChannelManager`. Any invoices received through the
+ * BOLT12 outbound payments in state `RecentPaymentDetails::AwaitingInvoice` are
+ considered invalid by `ChannelManager`. Any invoices received through the
6
corresponding `InvoiceRequest` reply path will be ignored.
7
* BOLT12 `Refund`s created in prior versions with non-empty `Refund::paths` are
8
considered invalid by `ChannelManager`. Any invoices sent through those
0 commit comments