Skip to content

Commit b8f8b1e

Browse files
committed
f grammar + ticks
1 parent ac438d6 commit b8f8b1e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
For those moving to the new `ConfirmationTarget`, the new variants in terms of
2323
the old mempool/low/medium/high priorities are as follows:
24-
* OnChainSweep = HighPriority
25-
* MaxAllowedNonAnchorChannelRemoteFee = max(25 * 250, HighPriority * 10)
26-
* MinAllowedAnchorChannelRemoteFee = MempoolMinimum
27-
* MinAllowedNonAnchorChannelRemoteFee = Background - 250
28-
* AnchorChannelFee = Background
29-
* NonAnchorChannelFee = Normal
30-
* ChannelCloseMinimum = Background
24+
* `OnChainSweep` = `HighPriority`
25+
* `MaxAllowedNonAnchorChannelRemoteFee` = `max(25 * 250, HighPriority * 10)`
26+
* `MinAllowedAnchorChannelRemoteFee` = `MempoolMinimum`
27+
* `MinAllowedNonAnchorChannelRemoteFee` = `Background - 250`
28+
* `AnchorChannelFee` = `Background`
29+
* `NonAnchorChannelFee` = `Normal`
30+
* `ChannelCloseMinimum` = `Background`
3131

3232
## Bug Fixes
3333
* Calling `ChannelManager::close_channel[_with_feerate_and_script]` on a
@@ -41,7 +41,7 @@ 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 an `update_fulfill_htlc` message for a forwarded HTLC,
44+
* A peer that sends an `update_fulfill_htlc` message for a forwarded HTLC,
4545
then reconnects prior to sending a `commitment_signed` (thus retransmitting
4646
their `update_fulfill_htlc`) may result in the channel stalling and being
4747
unable to make progress (#2661).

0 commit comments

Comments
 (0)