From 33b8a55beca92962d1389a81e8fcef0eaefdb712 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 9 May 2021 00:27:58 +0200 Subject: [PATCH] Update lnprototest submodule This is a fix propose of the ticket https://github.com/ElementsProject/lightning/issues/4516 Signed-off-by: Vincenzo Palazzo --- .gitmodules | 5 ++--- external/lnprototest | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2565ee2f6..46440ab6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,5 @@ url = https://github.com/valyala/gheap [submodule "external/lnprototest"] path = external/lnprototest - url = https://github.com/niftynei/lnprototest.git - branch = nifty/small-edits - ignore = dirty + url = https://github.com/rustyrussell/lnprototest.git + branch = master diff --git a/external/lnprototest b/external/lnprototest index c93509843..b193850b2 160000 --- a/external/lnprototest +++ b/external/lnprototest @@ -1 +1 @@ -Subproject commit c935098435f50d4aa30d528e9ca44fe4bfbf01f3 +Subproject commit b193850b240b8228e25fe9dcdfd23f037a629318