Skip to content

Commit 94c4a3e

Browse files
committed
f cl
1 parent bd52d17 commit 94c4a3e

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
@@ -28,7 +28,7 @@
2828
* `Confirm::transactions_confirmed` is now idempotent (#1861).
2929
* `ChannelManager::compute_inflight_htlcs` has been added to fetch in-flight
3030
HTLCs for scoring. Note that `InvoicePayer` does this for you (#1830).
31-
* Added the chan we received a payment on to `PaymentReceived` events (#1856).
31+
* Added `PaymentClaimable::via_channel_id` (#1856).
3232
* Added the `node_id` (phantom or regular) to payment events (#1766).
3333
* Added the funding transaction `confirmations` to `ChannelDetails` (#1856).
3434
* `BlindedRoute` has been renamed `BlindedPath` (#1918).
@@ -58,7 +58,7 @@
5858
including those which become ready after upgrading to 0.0.113 (#1743).
5959
* Once `UserConfig::accept_intercept_htlcs` is set, downgrades to LDK versions
6060
prior to 0.0.113 are not supported (#1835).
61-
* Existing payments may see a `PaymentReceived::user_channel_id` of 0 (#1856).
61+
* Existing payments may see a `PaymentClaimable::user_channel_id` of 0 (#1856)
6262
* When downgrading to a version of LDK prior to 0.0.113 when there are
6363
resolved payments waiting for a small timeout, the payments may not be
6464
removed, preventing payments with the same `PaymentId` (#1761).

0 commit comments

Comments
 (0)