From 70623076b8adcc485725eef9281d210136efb3ca Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 11 Apr 2019 15:16:26 +0930 Subject: [PATCH] CHANGELOG.md: note lnd-compat fixes Signed-off-by: Rusty Russell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff137b72..529ec6384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ changes. - `--bind-addr=` fixed for nodes using local sockets (eg. testing). - Unannounced local channels were forgotten for routing on restart until reconnection occurred. - lightning-cli: arguments containing `"` now succeed, rather than causing JSON errors. +- protocol: handle lnd sending more messages before `reestablish`; don't fail channel. ### Security