From 41ef097f8c6952be7210050de3b22c32e77cf90c Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Thu, 18 Jul 2024 17:58:05 -0500 Subject: [PATCH] f - use public type in changelog --- pending_changelog/3139-bolt12-compatability.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pending_changelog/3139-bolt12-compatability.txt b/pending_changelog/3139-bolt12-compatability.txt index 962adbaa0b9..7907ccf6b1f 100644 --- a/pending_changelog/3139-bolt12-compatability.txt +++ b/pending_changelog/3139-bolt12-compatability.txt @@ -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