changelog: Add changelog entry for PR #2371

This commit is contained in:
Christian Decker
2019-02-21 12:06:32 +01:00
parent 04ffa5a413
commit 998233efc0

View File

@@ -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