Skip to content

Commit

Permalink
f - use public type in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Jul 19, 2024
1 parent aff9032 commit 41ef097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pending_changelog/3139-bolt12-compatability.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Backwards Compatibility
* BOLT12 `Offers` created in prior versions are still valid but are at risk of
de-anonymization attacks.
* BOLT12 outbound payments in state `PendingOutboundPayment::AwaitingInvoice`
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
corresponding `InvoiceRequest` reply path will be ignored.
* BOLT12 `Refund`s created in prior versions with non-empty `Refund::paths` are
considered invalid by `ChannelManager`. Any invoices sent through those
Expand Down

0 comments on commit 41ef097

Please sign in to comment.