File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
balance. Those with such balances available should fetch the missing
86
86
` SpendableOutputDescriptor ` s using the new
87
87
` 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 ).
90
88
* Anchor channels may result in spurious or missing ` Balance ` entries for HTLC
91
89
balances (#2610 ).
92
90
* ` ChannelManager::send_spontaneous_payment_with_retry ` spuriously did not
@@ -131,6 +129,8 @@ channel(s) from counterparties which are miners.
131
129
transactions against any HTLC outputs in that transaction. This could lead
132
130
to loss of funds if the counterparty is able to eventually claim the HTLC
133
131
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 ).
134
134
* If a channel is closed via an on-chain commitment transaction confirmation
135
135
with a pending outbound HTLC in the commitment transaction, followed by a
136
136
reorg which replaces the confirmed commitment transaction with a different
You can’t perform that action at this time.
0 commit comments