2121
2222For those moving to the new ` ConfirmationTarget ` , the new variants in terms of
2323the 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