utils: tal_hexstr() helper.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-05-03 10:59:20 +09:30
parent 6f2cb72c27
commit 9eabab78ab
6 changed files with 27 additions and 13 deletions

View File

@@ -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 \