From: Steven Date: Wed, 8 Mar 2023 00:51:35 +0000 (-0800) Subject: Fix `all_paths_failed` typo in changelog X-Git-Tag: v0.0.115~72^2~1 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=75789d0463306c9c4b950348d44e890fffc2ce7d;p=rust-lightning Fix `all_paths_failed` typo in changelog --- 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