File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1414[submodule "external/gheap "]
1515 path = external/gheap
1616 url = https://github.com/valyala/gheap
17+ [submodule "external/lnprototest "]
18+ path = external/lnprototest
19+ url = https://github.com/niftynei/lnprototest.git
20+ branch = nifty/small-edits
21+ ignore = dirty
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ SUBMODULES = \
33 external/libwally-core \
44 external/gheap \
55 external/jsmn \
6- external/libbacktrace
6+ external/libbacktrace \
7+ external/lnprototest
78
89TOP := ../..
910ifdef BUILD
Original file line number Diff line number Diff line change @@ -38,4 +38,10 @@ pysocks ~= 1.7.1
3838# Dependencies from pyln-spec
3939# None
4040
41-
41+ # Dependencies from lnprototest
42+ pyln.bolt1 == 1.0.1.137
43+ pyln.bolt2 == 1.0.1.137
44+ pyln.bolt4 == 1.0.1.137
45+ pyln.bolt7 == 1.0.1.137
46+ coincurve == 13.0.0
47+ crc32c
You can’t perform that action at this time.
0 commit comments