mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
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).
This commit is contained in:
parent
090facd79b
commit
110ed3b1a9
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user