mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
These submodules were causing failures during recursive git clone operations. The submodule entries were still registered in the git tree even though they were removed from .gitmodules, causing: "fatal: No url found for submodule path 'external/lightning/external/libsodium'" and similar errors for lowdown. This removes both submodule references from the git index to resolve recursive submodule initialization failures (exit code 128). Changelog-None |
||
|---|---|---|
| .. | ||
| gheap@67fc83bc95 | ||
| jsmn@18e9fe42cb | ||
| libbacktrace@793921876c | ||
| libwally-core@a445157d18 | ||
| .gitignore | ||
| Makefile | ||