mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-20 21:44:29 +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
@@ -22,7 +22,7 @@ CLI_TEST_COMMON_OBJS := \
|
||||
|
||||
update-mocks: $(CLI_TEST_SRC:%=update-mocks/%)
|
||||
|
||||
$(CLI_TEST_PROGRAMS): $(CCAN_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS) $(LIBBASE58_OBJS) $(CLI_TEST_COMMON_OBJS)
|
||||
$(CLI_TEST_PROGRAMS): $(CCAN_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS) $(CLI_TEST_COMMON_OBJS)
|
||||
|
||||
$(CLI_TEST_OBJS): $(LIGHTNING_CLI_HEADERS) $(LIGHTNING_CLI_SRC)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user