Skip to content

Commit 0270e5b

Browse files
Merge pull request #877 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 1a36712 + 166674a commit 0270e5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)