Skip to content

Commit cd06a91

Browse files
Merge pull request #555 from lightninglabs/docs-lnd
Update lnd documentation
2 parents a9d3f78 + b5cd5ca commit cd06a91

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,18 @@
5959
have to make sure to not broadcast outdated transactions which can lead to
6060
locked up wallet funds indefinitely in the worst case.
6161

62-
- [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from
62+
* [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from
6363
variadic parameter list.
6464

65+
* Make sure to [fail a channel if revoking the old channel state
66+
fails](https://github.com/lightningnetwork/lnd/pull/7876).
67+
68+
69+
* Failed `sqlite` or `postgres` transactions due to a serialization error will
70+
now be [automatically
71+
retried](https://github.com/lightningnetwork/lnd/pull/7927) with an
72+
exponential back off.
73+
6574
# New Features
6675
## Functional Enhancements
6776
### Protocol Features

0 commit comments

Comments
 (0)