mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
changelog: Add note on the block backfilling and cleanup fix
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
99236f86f9
commit
674017fa1e
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ changes.
|
||||||
- Plugin: `disconnect` notifier now called if remote side disconnects.
|
- Plugin: `disconnect` notifier now called if remote side disconnects.
|
||||||
- channeld: ignore, and simply try reconnecting if lnd sends "sync error".
|
- channeld: ignore, and simply try reconnecting if lnd sends "sync error".
|
||||||
- Protocol: we now correctly ignore unknown odd messages.
|
- Protocol: we now correctly ignore unknown odd messages.
|
||||||
|
- wallet: We will now backfill blocks below our wallet start height on demand when we require them to verify gossip messages. This fixes an issue where we would not remove channels on spend that were opened below that start height because we weren't tracking the funding output.
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue