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 @@ -58,6 +58,14 @@ circuit. The indices are only available for forwarding events saved after v0.20.
58
58
` include_auth_proof ` . With the flag, these APIs add AuthProof (signatures from
59
59
the channel announcement) to the returned ChannelEdge.
60
60
61
+ * A [ new config] ( https://github.com/lightningnetwork/lnd/pull/10001 ) value
62
+ ` --htlcswitch.quiescencetimeout ` is added to allow specifying the max duration
63
+ the channel can be quiescent. A minimal value of 30s is enforced, and a
64
+ default value of 60s is used. This value is used to limit the dependent
65
+ protocols like dynamic commitments by restricting that the operation must
66
+ finish under this timeout value. Consider using a larger timeout value if you
67
+ have a slow network.
68
+
61
69
62
70
## lncli Additions
63
71
@@ -180,4 +188,5 @@ reader of a payment request.
180
188
* Funyug
181
189
* Mohamed Awnallah
182
190
* Pins
191
+ * Yong Yu
183
192
* Ziggie
You can’t perform that action at this time.
0 commit comments