Skip to content

Commit 110ed3b

Browse files
committed
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).
1 parent 090facd commit 110ed3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
url = https://github.com/valyala/gheap
1717
[submodule "external/lnprototest"]
1818
path = external/lnprototest
19-
url = https://github.com/niftynei/lnprototest.git
19+
url = https://github.com/rustyrussell/lnprototest.git
2020
branch = nifty/ripemd160-fallback
2121
[submodule "external/lowdown"]
2222
path = external/lowdown

0 commit comments

Comments
 (0)