File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## Routing
4
+
5
+ * The default CLTV delta delay [ has been increased from 40 blocks to 80
6
+ blocks] ( https://github.com/lightningnetwork/lnd/pull/7609 ) .
7
+
3
8
## Wallet
4
9
5
10
- The logging around transaction broadcast failures [ has been improved by always
@@ -84,11 +89,14 @@ available](https://github.com/lightningnetwork/lnd/pull/7529).
84
89
85
90
* [ Fix log output] ( https://github.com/lightningnetwork/lnd/pull/7604 ) .
86
91
87
-
88
92
* [ Channels opened with custom fee policies are now able to forward payments
89
93
correctly without needing to restart
90
94
first] ( https://github.com/lightningnetwork/lnd/pull/7597 ) .
91
95
96
+ * [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/7613 ) where the
97
+ funding manager would error out if no persisted initial forwarding policy is
98
+ found for a channel.
99
+
92
100
# Contributors (Alphabetical Order)
93
101
94
102
* ardevd
You can’t perform that action at this time.
0 commit comments