Skip to content

Commit 89e1d91

Browse files
committed
f move 2587 to security
1 parent 5cedbe3 commit 89e1d91

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
@@ -85,8 +85,6 @@
8585
balance. Those with such balances available should fetch the missing
8686
`SpendableOutputDescriptor`s using the new
8787
`ChannelMonitor::get_spendable_outputs` method (#2605).
88-
* Anchor channels HTLC claims on-chain previously spent the entire value of any
89-
HTLCs as fee, which has now been fixed (#2587).
9088
* Anchor channels may result in spurious or missing `Balance` entries for HTLC
9189
balances (#2610).
9290
* `ChannelManager::send_spontaneous_payment_with_retry` spuriously did not
@@ -131,6 +129,8 @@ channel(s) from counterparties which are miners.
131129
transactions against any HTLC outputs in that transaction. This could lead
132130
to loss of funds if the counterparty is able to eventually claim the HTLC
133131
after a timeout (#2606).
132+
* Anchor channels HTLC claims on-chain previously spent the entire value of any
133+
HTLCs as fee, which has now been fixed (#2587).
134134
* If a channel is closed via an on-chain commitment transaction confirmation
135135
with a pending outbound HTLC in the commitment transaction, followed by a
136136
reorg which replaces the confirmed commitment transaction with a different

0 commit comments

Comments
 (0)