We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9d3f78 + b5cd5ca commit cd06a91Copy full SHA for cd06a91
docs/lnd/release-notes/release-notes-0.17.0.md
@@ -59,9 +59,18 @@
59
have to make sure to not broadcast outdated transactions which can lead to
60
locked up wallet funds indefinitely in the worst case.
61
62
-- [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from
+* [Remove nil value](https://github.com/lightningnetwork/lnd/pull/7922) from
63
variadic parameter list.
64
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
74
# New Features
75
## Functional Enhancements
76
### Protocol Features
0 commit comments