From 5190a21d3d83011a8f9d498c99c49e5a7b4acf9e Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sat, 15 Jul 2023 03:08:59 +0200 Subject: [PATCH] ci: Update lnprototest This update incorporates the proposed version of lnprototest from the patch [1], which includes the following fixes: - Corrects the `ExpectError` event and updates BOLT 7 to expect a warning instead of an error. - Implements a new test for when the runner sends a bad signature within the announcement_signatures message. [1] https://github.com/rustyrussell/lnprototest/pull/100 Signed-off-by: Vincenzo Palazzo --- external/lnprototest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/lnprototest b/external/lnprototest index e51fb9744..e4cc9ad4e 160000 --- a/external/lnprototest +++ b/external/lnprototest @@ -1 +1 @@ -Subproject commit e51fb97443c911b36a3fe4559d5c66b20e50ff9c +Subproject commit e4cc9ad4ebfd8296d4a24dbd898ff9b64122fc10