File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 120
120
121
121
* LND updates channel.backup file at shutdown time.
122
122
123
+ * A new subsystem ` chainio ` is
124
+ [ introduced] ( https://github.com/lightningnetwork/lnd/pull/9277 ) to make sure
125
+ the subsystems are in sync with their current best block. Previously, when
126
+ resolving a force close channel, the sweeping of HTLCs may be delayed for one
127
+ or two blocks due to block heights not in sync in the relevant subsystems
128
+ (` ChainArbitrator ` , ` UtxoSweeper ` and ` TxPublisher ` ), causing a slight
129
+ inaccuracy when deciding the sweeping feerate and urgency. With ` chainio ` ,
130
+ this is now fixed as these subsystems now share the same view on the best
131
+ block. Check
132
+ [ here] ( https://github.com/lightningnetwork/lnd/blob/master/chainio/README.md )
133
+ to learn more.
134
+
123
135
## RPC Updates
124
136
125
137
* Some RPCs that previously just returned an empty response message now at least
You can’t perform that action at this time.
0 commit comments