Skip to content

Commit a386d44

Browse files
Merge pull request #2084 from zpv/fix-changelog-all-paths-failed-typo
Fix `all_paths_failed` typo in changelog
2 parents 2e90ca1 + 8d1d134 commit a386d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
missing support for blinded path payments (#1927, #1908, #1926).
2323
* A `lightning-custom-message` crate has been added to make combining multiple
2424
custom messages into one enum/handler easier (#1832).
25-
* `Event::PaymentPathFailure` is now generated for failure to send an HTLC
25+
* `Event::PaymentPathFailed` is now generated for failure to send an HTLC
2626
over the first hop on our local channel (#2014, #2043).
2727
* `lightning-net-tokio` no longer requires an `Arc` on `PeerManager` (#1968).
2828
* `ChannelManager::list_recent_payments` was added (#1873).
@@ -40,7 +40,7 @@
4040
if you downgrade prior to receipt (#1878).
4141
* `Event::PaymentPathFailed::network_update` will always be `None` if an
4242
0.0.114-generated event is read by a prior version of LDK (#2043).
43-
* `Event::PaymentPathFailed::all_paths_removed` will always be false if an
43+
* `Event::PaymentPathFailed::all_paths_failed` will always be false if an
4444
0.0.114-generated event is read by a prior version of LDK. Users who rely on
4545
it to determine payment retries should migrate to `Event::PaymentFailed`, in
4646
a separate release prior to upgrading to LDK 0.0.114 if downgrading is

0 commit comments

Comments
 (0)