Skip to content

Commit 377f09d

Browse files
committed
f
1 parent 5ce3c82 commit 377f09d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
`derive_channel_signer` rather than `read_chan_signer` (#1867).
2828
* `Confirm::transactions_confirmed` is now idempotent (#1861).
2929
* `ChannelManager::compute_inflight_htlcs` has been added to fetch in-flight
30-
HTLCs for scoring, note that `InvoicePayer` does this for you (#1830).
30+
HTLCs for scoring. Note that `InvoicePayer` does this for you (#1830).
3131
* Added the chan we received a payment on to `PaymentReceived` events (#1856).
3232
* Added the `node_id` (phantom or regular) to payment events (#1766).
3333
* Added the funding transaction `confirmations` to `ChannelDetails` (#1856).
@@ -50,7 +50,8 @@
5050
* Some failure messages sent back when failing an HTLC were corrected (#1895).
5151
* `rapid-gossip-sync` no longer errors if an update is applied duplicatively
5252
or in rare cases when the graph is updated from payment failures (#1833).
53-
* Sending onion msgs when we're the introduction node no longer fails (#1791).
53+
* Sending onion messages to a blinded path in which we're the introduction
54+
node no longer fails (#1791).
5455

5556
## Backwards Compatibility
5657
* No `ChannelReady` events will be generated for previously existing channels,

0 commit comments

Comments
 (0)