From 110ed3b1a935e845393ee6e632f91b44c785e505 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 28 Nov 2022 14:45:41 +0100 Subject: [PATCH] submod: Switch lnprototest to clone from github.com/rustyrussell/lnprototest This is the official root repository, and some tools (pip for example) doesn't like pointing to repos that don't actually contain the commit that we point to. Funny that Github actually shows non-existent commits in clones (bitcoin/bitcoin has been impersonated before too). --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 100691cdb..743f3a4c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,7 +16,7 @@ url = https://github.com/valyala/gheap [submodule "external/lnprototest"] path = external/lnprototest - url = https://github.com/niftynei/lnprototest.git + url = https://github.com/rustyrussell/lnprototest.git branch = nifty/ripemd160-fallback [submodule "external/lowdown"] path = external/lowdown