mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
docs: add release-notes.
This commit is contained in:
parent
59355b17a5
commit
72929079c9
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ commitment when the channel was force closed.
|
||||||
in the `ReplyChannelRange` msg and introduced a check that ChanUpdates with a
|
in the `ReplyChannelRange` msg and introduced a check that ChanUpdates with a
|
||||||
timestamp too far into the future will be discarded.
|
timestamp too far into the future will be discarded.
|
||||||
|
|
||||||
|
* [Fixed](https://github.com/lightningnetwork/lnd/pull/9026) a bug where we
|
||||||
|
would create a blinded route with a minHTLC greater than the actual payment
|
||||||
|
amount. Moreover remove strict correlation between min_cltv_delta and the
|
||||||
|
blinded path expiry.
|
||||||
|
|
||||||
# New Features
|
# New Features
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
|
|
Loading…
Add table
Reference in a new issue