mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-27 10:54:55 +01:00
remove libbase58, use base58 from libwally (#2594)
* 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
This commit is contained in:
committed by
Christian Decker
parent
890379d8f1
commit
fb07265663
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,9 +1,6 @@
|
||||
[submodule "daemon/jsmn"]
|
||||
path = external/jsmn
|
||||
url = https://github.com/zserge/jsmn
|
||||
[submodule "bitcoin/libbase58"]
|
||||
path = external/libbase58
|
||||
url = https://github.com/bitcoin/libbase58.git
|
||||
[submodule "libsodium"]
|
||||
path = external/libsodium
|
||||
url = https://github.com/jedisct1/libsodium.git
|
||||
|
||||
Reference in New Issue
Block a user