From 674017fa1e2781b1c1cc70ca97df04093852b7e3 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 7 Aug 2019 11:49:53 +0200 Subject: [PATCH] changelog: Add note on the block backfilling and cleanup fix Signed-off-by: Christian Decker --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28df2ad44..7e6b3e667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ changes. - Plugin: `disconnect` notifier now called if remote side disconnects. - channeld: ignore, and simply try reconnecting if lnd sends "sync error". - 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