Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Aug 31, 2023
1 parent a9d3f78 commit b5cd5ca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/lnd/release-notes/release-notes-0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,18 @@
have to make sure to not broadcast outdated transactions which can lead to
locked up wallet funds indefinitely in the worst case.

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

* Make sure to [fail a channel if revoking the old channel state
fails](https://github.com/lightningnetwork/lnd/pull/7876).


* Failed `sqlite` or `postgres` transactions due to a serialization error will
now be [automatically
retried](https://github.com/lightningnetwork/lnd/pull/7927) with an
exponential back off.

# New Features
## Functional Enhancements
### Protocol Features
Expand Down

0 comments on commit b5cd5ca

Please sign in to comment.