mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
utils: tal_hexstr() helper.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -45,6 +45,7 @@ CORE_SRC := \
|
||||
permute_tx.c \
|
||||
protobuf_convert.c \
|
||||
remove_dust.c \
|
||||
utils.c \
|
||||
version.c
|
||||
CORE_OBJS := $(CORE_SRC:.c=.o)
|
||||
|
||||
@@ -156,6 +157,7 @@ CORE_HEADERS := close_tx.h \
|
||||
remove_dust.h \
|
||||
state.h \
|
||||
state_types.h \
|
||||
utils.h \
|
||||
version.h
|
||||
|
||||
GEN_HEADERS := gen_state_names.h \
|
||||
|
||||
Reference in New Issue
Block a user