File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 93
93
config is added ` disable-backup-archive ` , with default set to false, to
94
94
determine if previous channel backups should be archived or not.
95
95
96
+ * [ The max fee rate] ( https://github.com/lightningnetwork/lnd/pull/9491 ) is now
97
+ respected when a coop close is initiated. Before the max fee rate would only
98
+ be effective for the remote party in the negotiation.
99
+
96
100
## Functional Enhancements
97
101
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
98
102
wallet transactions.
141
145
the misnomer of ` chan_id ` which was describing the short channel
142
146
id to ` scid ` to represent what it really is.
143
147
148
+ * [ In the coop close] ( https://github.com/lightningnetwork/lnd/pull/9491 ) case
149
+ we always initiate the cooperative close flow even if there are HTLCs active
150
+ on the channel. LND will disable the channel for new HTLCs and kick off the
151
+ cooperative close flow automatically when the channel has no HTLCs left.
152
+
144
153
# Improvements
145
154
## Functional Updates
146
155
You can’t perform that action at this time.
0 commit comments