File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 26
26
* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9324 ) to prevent
27
27
potential deadlocks when LND depends on external components (e.g. aux
28
28
components, hooks).
29
+
30
+ * [ Make sure blinded payment failures are handled correctly in the mission
31
+ controller] ( https://github.com/lightningnetwork/lnd/pull/9316 ) .
29
32
30
33
# New Features
31
34
@@ -121,4 +124,5 @@ types in a series of changes:
121
124
* George Tsagkarelis
122
125
* Olaoluwa Osuntokun
123
126
* Oliver Gugger
127
+ * Ziggie
124
128
Original file line number Diff line number Diff line change 60
60
* [ Make the contract resolutions for the channel arbitrator optional] (
61
61
https://github.com/lightningnetwork/lnd/pull/9253 )
62
62
63
- * [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9322 ) that caused
63
+ * [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9322 ) that caused
64
64
estimateroutefee to ignore the default payment timeout.
65
65
66
66
# New Features
80
80
## RPC Additions
81
81
82
82
* [ Add a new rpc endpoint] ( https://github.com/lightningnetwork/lnd/pull/8843 )
83
- ` BumpForceCloseFee ` which moves the functionality soley available in the
83
+ ` BumpForceCloseFee ` which moves the functionality solely available in the
84
84
` lncli ` to LND hence making it more universal.
85
85
86
86
* [ The ` walletrpc.FundPsbt ` RPC method now has an option to specify the fee as
You can’t perform that action at this time.
0 commit comments