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.
5858 ` include_auth_proof ` . With the flag, these APIs add AuthProof (signatures from
5959 the channel announcement) to the returned ChannelEdge.
6060
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+
6169
6270## lncli Additions
6371
@@ -180,4 +188,5 @@ reader of a payment request.
180188* Funyug
181189* Mohamed Awnallah
182190* Pins
191+ * Yong Yu
183192* Ziggie
You can’t perform that action at this time.
0 commit comments