From 998233efc037f6eebf72d3c3fd8530c6e0e28127 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 21 Feb 2019 12:06:32 +0100 Subject: [PATCH] changelog: Add changelog entry for PR #2371 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95a78498..7a1a04c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,9 @@ provide appropriate suffixes for JSON input fields. - `riskfactor` arguments to `pay` and `getroute` now have an effect. - Handle lnd sending premature 'funding_locked' message when we're expected 'reestablish'; we used to close channel if this happened. +- Cleanup peers that started opening a channel, but then disconnected. These + would leave a dangling entry in the DB that would cause this peer to be + unable to connect. (PR #2371) ### Security