Skip to content

Commit 47d006f

Browse files
Merge pull request #771 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 49d5a7e + c856839 commit 47d006f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
are now [sorted](https://github.com/lightningnetwork/lnd/pull/9337) based on
9595
the `InvoiceHTLC.HtlcIndex`.
9696

97+
* [routerrpc.SendPaymentV2](https://github.com/lightningnetwork/lnd/pull/9359)
98+
RPC method now applies a default timeout of 60 seconds when the
99+
`timeout_seconds` field is not set or is explicitly set to 0.
100+
97101
## lncli Additions
98102

99103
* [A pre-generated macaroon root key can now be specified in `lncli create` and
@@ -170,6 +174,10 @@
170174
range TLVs provided with the existing set of records on the HTLC,
171175
overwriting any conflicting values with those supplied by the API.
172176

177+
* [Make](https://github.com/lightningnetwork/lnd/pull/9405) the param
178+
`ProofMatureDelta` used in gossip to be configurable via
179+
`--gossip.announcement-conf`, with a default value of 6.
180+
173181
## lncli Updates
174182

175183
## Code Health
@@ -214,6 +222,7 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
214222
a new option `channel-max-fee-exposure` which is unambiguous in its description.
215223
The underlying functionality between those two options remain the same.
216224

225+
217226
## Breaking Changes
218227
## Performance Improvements
219228

0 commit comments

Comments
 (0)