mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
fb07265663
* remove libbase58, use base58 from libwally This removes libbase58 and uses libwally instead. It allocates and then frees some memory, we may want to add a function in wally that doesn't or override wally_operations to use tal. Signed-off-by: Lawrence Nahum lawrence@greenaddress.it
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
[submodule "daemon/jsmn"]
|
|
path = external/jsmn
|
|
url = https://github.com/zserge/jsmn
|
|
[submodule "libsodium"]
|
|
path = external/libsodium
|
|
url = https://github.com/jedisct1/libsodium.git
|
|
[submodule "external/libbacktrace"]
|
|
path = external/libbacktrace
|
|
url = https://github.com/ianlancetaylor/libbacktrace.git
|
|
[submodule "external/libwally-core"]
|
|
path = external/libwally-core
|
|
url = https://github.com/ElementsProject/libwally-core.git
|
|
ignore = dirty
|