Skip to content

Commit 2ecf2e3

Browse files
committed
f grammar in changelog
1 parent 8b1650f commit 2ecf2e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
* `ConfirmationTarget` has been rewritten to provide information about the
99
specific use LDK needs the feerate estimate for, rather than the generic
1010
low-, medium-, and high-priority estimates. This allows LDK users to more
11-
accurately target their feerate estimates (#2660). For those wishint to
11+
accurately target their feerate estimates (#2660). For those wishing to
1212
retain their existing behavior, see the table below for conversion.
1313
* `ChainHash` is now used in place of `BlockHash` where it represents the
1414
genesis block (#2662).
1515
* `lightning-invoice` payment utilities now take a `Deref` to
1616
`AChannelManager` (#2652).
1717
* `peel_onion` is provided to statelessly decode an `OnionMessage` (#2599).
1818
* `ToSocketAddrs` + `Display` are now impl'd for `SocketAddress` (#2636, #2670)
19-
* `Display` is now implemented for `Outpoint` (#2649).
19+
* `Display` is now implemented for `OutPoint` (#2649).
2020
* `Features::from_be_bytes` is now provided (#2640).
2121

2222
For those moving to the new `ConfirmationTarget`, the new variants in terms of
@@ -41,10 +41,10 @@ the old mempool/low/medium/high priorities are as follows:
4141
* Anchor outputs are now properly considered when calculating the amount
4242
available to send in HTLCs. This can prevent force-closes in anchor channels
4343
when sending payments which overflow the available balance (#2674).
44-
* A peer which sends a `update_fulfill_htlc` message for a forwarded HTLC, then
45-
reconnects prior to sending a `commitment_signed` (thus retransmitting their
46-
`update_fulfill_htlc`) may result in the channel stalling and being unable
47-
to make progress (#2661).
44+
* A peer which sends an `update_fulfill_htlc` message for a forwarded HTLC,
45+
then reconnects prior to sending a `commitment_signed` (thus retransmitting
46+
their `update_fulfill_htlc`) may result in the channel stalling and being
47+
unable to make progress (#2661).
4848
* In exceedingly rare circumstances, messages intended to be sent to a peer
4949
prior to reconnection can be sent after reconnection. This could result in
5050
undefined channel state and force-closes (#2663).

0 commit comments

Comments
 (0)