clightning-dumpkeys

dump clightning output descriptors
git clone git://jb55.com/clightning-dumpkeys
Log | Files | Refs | README | LICENSE

commit dd697a17d5681b7eff68db6ab507531ad2576306
parent 45a2a4a58c100af13d72a41af5c6c5fe1d6f4aa7
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jun 2019 14:38:28 -0700

this is probably important? ripemd160 seems to change based on this

uhhh why did my import work?

oh yeah and this depends on the system... need to fix this

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ BIN = clightning-dumpkeys PREFIX ?= /usr/local LDFLAGS = -lsecp256k1 -CFLAGS = $(DEFS) -O2 -g -I src -Wall -Werror -Wextra -std=c99 +CFLAGS = $(DEFS) -DHAVE_LITTLE_ENDIAN -O2 -g -I src -Wall -Werror -Wextra -std=c99 OBJS = sha256.o OBJS += sha512.o