From 75789d0463306c9c4b950348d44e890fffc2ce7d Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 7 Mar 2023 16:51:35 -0800 Subject: [PATCH] Fix `all_paths_failed` typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12c84a6b..e3ce440c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ if you downgrade prior to receipt (#1878). * `Event::PaymentPathFailed::network_update` will always be `None` if an 0.0.114-generated event is read by a prior version of LDK (#2043). - * `Event::PaymentPathFailed::all_paths_removed` will always be false if an + * `Event::PaymentPathFailed::all_paths_failed` will always be false if an 0.0.114-generated event is read by a prior version of LDK. Users who rely on it to determine payment retries should migrate to `Event::PaymentFailed`, in a separate release prior to upgrading to LDK 0.0.114 if downgrading is -- 2.39.5