mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
release-notes: update for 0.15.1
This commit is contained in:
parent
16067ca908
commit
d51af48c3b
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
* [Adds a `ZeroConfAcceptor` that rejects any zero-conf channel opens unless an RPC `ChannelAcceptor` is
|
||||
active. This is a safety measure to avoid funds loss.](https://github.com/lightningnetwork/lnd/pull/6716)
|
||||
|
||||
### Interoperability
|
||||
* [LND now waits until the peer's `funding_locked` is received before sending the initial
|
||||
`channel_update`. The BOLT specification requires this.](https://github.com/lightningnetwork/lnd/pull/6664)
|
||||
|
||||
## Build system
|
||||
|
||||
* [Add the release build directory to the `.gitignore` file to avoid the release
|
||||
|
|
Loading…
Add table
Reference in a new issue